#2A90F4

Color #2A90F4 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #2A90F4

Tints of Dodger Blue #2A90F4

Color information

#2A90F4 (or 0x2A90F4) is unknown color: approx Dodger Blue. HEX triplet: 2A, 90 and F4. RGB value is (42,144,244). Sum of RGB (Red+Green+Blue) = 42+144+244=430 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.77% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 244 (95.70% from 255 or 56.74% from 430); Max value from RGB is 244 - color contains mainly: blue. Hex color #2A90F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A90F4 is #D56F0B. Grayscale: #7C7C7C. Windows color (decimal): -13987596 or 16027690. OLE color: 16027690.

HSL color Cylindrical-coordinate representation of color #2A90F4: hue angle of 209.7º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A90F4 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB42144244-
CMYK0.830.4100.04
HSL209.7º90.18%56.08%-
HSV(B)209.7º82.79%95.69%-
XYZ27.2626.9789.36-
YUV124.9195.2168.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 9.77%
GREEN value IS 144 (56.64% from 255) = 33.49%
BLUE value IS 244 (95.70% from 255) = 56.74%
R=9.77%
G=33.49%
B=56.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal421442440.830.4100.04209.790.1856.08
Hex2A90F4532904d25a38
Octal52220364123510432213270
Binary101010100100001111010010100111010010100110100101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A90F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A90F4; }

 p { color: rgb(42,144,244); }

 H1.HeaderClassName
 {
   color: #2A90F4;
 }
 .AnyTagClassName
 {
   color: #2A90F4;
 }
</style>
background-color css

<style>
 a { background-color: #2A90F4; }

 a { background-color: rgb(42,144,244); }

 div.DivClassName
 {
   background-color: #2A90F4;
 }
 .BgClassName
 {
   background-color: #2A90F4;
 }
</style>
border-color css

<style>
 span { border-color: #2A90F4; }

 span { border-color: rgb(42,144,244); }

 td.TdClassName
 {
   border-color: #2A90F4;
 }
 .TagClassName
 {
   border-color: #2A90F4;
 }
</style>