Html Css Color HEX #249EEB Dodger Blue

📋 copy color: '#249EEB'

red 36 ◦ green 158 ◦ blue 235

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

Shades of Dodger Blue #249EEB

Tints of Dodger Blue #249EEB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.83%

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

R = 8.39%
G = 36.83%
B = 54.78%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#249EEB (or 0x249EEB) is known color: Dodger Blue. HEX triplet: 24, 9E and EB. RGB value is (36,158,235). Sum of RGB (Red+Green+Blue) = 36+158+235=429 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.39% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #249EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249EEB is #DB6114. Grayscale: #818181. Windows color (decimal): -14377237 or 15441444. OLE color: 15441444.

HSL color Cylindrical-coordinate representation of color #249EEB: hue angle of 203.22º 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 #249EEB is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 158 235 -
CMYK 0.85 0.33 0 0.08
HSL 203.22º 0.83% 0.53% -
HSV(B) 203.22º 0.85% 0.92% -
XYZ 27.95 30.83 83.07 -
YUV 130.3 187.08 60.74 -
System Red Green Blue C M Y K H S L
Decimal 36 158 235 0.85 0.33 0 0.08 203.22 0.83 0.53
Hex 24 9E EB 55 21 0 8 CB 53 35
Octal 44 236 353 125 41 0 10 313 123 65
Binary 100100 10011110 11101011 1010101 100001 0 1000 11001011 1010011 110101

Color Harmonies of #249EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249EEB

Black with #249EEB

Text Example


Text Example

White with #249EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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