#249BF0

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

Shades of Dodger Blue #249BF0

Tints of Dodger Blue #249BF0

Color information

#249BF0 (or 0x249BF0) is unknown color: approx Dodger Blue. HEX triplet: 24, 9B and F0. RGB value is (36,155,240). Sum of RGB (Red+Green+Blue) = 36+155+240=431 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.35% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #249BF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249BF0 is #DB640F. Grayscale: #808080. Windows color (decimal): -14378000 or 15768356. OLE color: 15768356.

HSL color Cylindrical-coordinate representation of color #249BF0: hue angle of 205º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #249BF0 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB36155240-
CMYK0.850.3500.06
HSL205º87.18%54.12%-
HSV(B)205º85%94.12%-
XYZ28.1830.1186.76-
YUV129.11190.5861.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.35%
GREEN value IS 155 (60.94% from 255) = 35.96%
BLUE value IS 240 (94.14% from 255) = 55.68%
R=8.35%
G=35.96%
B=55.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal361552400.850.3500.0620587.1854.12
Hex249BF0552306cd5736
Octal44233360125430631512766
Binary100100100110111111000010101011000110110110011011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249BF0; }

 p { color: rgb(36,155,240); }

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

<style>
 a { background-color: #249BF0; }

 a { background-color: rgb(36,155,240); }

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

<style>
 span { border-color: #249BF0; }

 span { border-color: rgb(36,155,240); }

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