#2F99EA

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

Shades of Dodger Blue #2F99EA

Tints of Dodger Blue #2F99EA

Color information

#2F99EA (or 0x2F99EA) is unknown color: approx Dodger Blue. HEX triplet: 2F, 99 and EA. RGB value is (47,153,234). Sum of RGB (Red+Green+Blue) = 47+153+234=434 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.83% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #2F99EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F99EA is #D06615. Grayscale: #828282. Windows color (decimal): -13657622 or 15374639. OLE color: 15374639.

HSL color Cylindrical-coordinate representation of color #2F99EA: hue angle of 205.99º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F99EA is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB47153234-
CMYK0.800.3500.08
HSL205.99º81.66%55.1%-
HSV(B)205.99º79.91%91.76%-
XYZ27.4129.3382.06-
YUV130.54186.3868.41-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.83%
GREEN value IS 153 (60.16% from 255) = 35.25%
BLUE value IS 234 (91.80% from 255) = 53.92%
R=10.83%
G=35.25%
B=53.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal471532340.800.3500.08205.9981.6655.1
Hex2F99EA502308ce5237
Octal572313521204301031612267
Binary1011111001100111101010101000010001101000110011101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F99EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,153,234); }

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

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

 a { background-color: rgb(47,153,234); }

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

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

 span { border-color: rgb(47,153,234); }

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