Html Css Color HEX #249FEB Dodger Blue

📋 copy color: '#249FEB'

red 36 ◦ green 159 ◦ blue 235

#249FEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #249FEB

Tints of Dodger Blue #249FEB

RGB

 RED value IS 36 (14.45% from 255) = 8.37%

 GREEN value IS 159 (62.5% from 255) = 36.98%

 BLUE value IS 235 (92.19% from 255) = 54.65%

R = 8.37%
G = 36.98%
B = 54.65%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#249FEB (or 0x249FEB) is known color: Dodger Blue. HEX triplet: 24, 9F and EB. RGB value is (36,159,235). Sum of RGB (Red+Green+Blue) = 36+159+235=430 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.37% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #249FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249FEB is #DB6014. Grayscale: #828282. Windows color (decimal): -14376981 or 15441700. OLE color: 15441700.

HSL color Cylindrical-coordinate representation of color #249FEB: hue angle of 202.91º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #249FEB is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 159 235 -
CMYK 0.85 0.32 0 0.08
HSL 202.91º 0.83% 0.53% -
HSV(B) 202.91º 0.85% 0.92% -
XYZ 28.12 31.17 83.13 -
YUV 130.89 186.75 60.32 -
System Red Green Blue C M Y K H S L
Decimal 36 159 235 0.85 0.32 0 0.08 202.91 0.83 0.53
Hex 24 9F EB 55 20 0 8 CB 53 35
Octal 44 237 353 125 40 0 10 313 123 65
Binary 100100 10011111 11101011 1010101 100000 0 1000 11001011 1010011 110101

Color Harmonies of #249FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249FEB

Black with #249FEB

Text Example


Text Example

White with #249FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,159,235); }

 H1.HeaderClassName
 {
   color: #249FEB;
 }
 .AnyTagClassName
 {
   color: #249FEB;
 }
</style>

background-color css

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

 a { background-color: rgb(36,159,235); }

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

border-color css

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

 span { border-color: rgb(36,159,235); }

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