Html Css Color HEX #249BEE Dodger Blue

📋 copy color: '#249BEE'

red 36 ◦ green 155 ◦ blue 238

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

Shades of Dodger Blue #249BEE

Tints of Dodger Blue #249BEE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.13%

 BLUE value IS 238 (93.36% from 255) = 55.48%

R = 8.39%
G = 36.13%
B = 55.48%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#249BEE (or 0x249BEE) is known color: Dodger Blue. HEX triplet: 24, 9B and EE. RGB value is (36,155,238). Sum of RGB (Red+Green+Blue) = 36+155+238=429 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.39% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #249BEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249BEE is #DB6411. Grayscale: #808080. Windows color (decimal): -14378002 or 15637284. OLE color: 15637284.

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

Color convert

RGB 36 155 238 -
CMYK 0.85 0.35 0 0.07
HSL 204.65º 0.86% 0.54% -
HSV(B) 204.65º 0.85% 0.93% -
XYZ 27.88 29.99 85.21 -
YUV 128.88 189.58 61.75 -
System Red Green Blue C M Y K H S L
Decimal 36 155 238 0.85 0.35 0 0.07 204.65 0.86 0.54
Hex 24 9B EE 55 23 0 7 CD 56 36
Octal 44 233 356 125 43 0 7 315 126 66
Binary 100100 10011011 11101110 1010101 100011 0 111 11001101 1010110 110110

Color Harmonies of #249BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249BEE

Black with #249BEE

Text Example


Text Example

White with #249BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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