Html Css Color HEX #249CED Dodger Blue

📋 copy color: '#249CED'

red 36 ◦ green 156 ◦ blue 237

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

Shades of Dodger Blue #249CED

Tints of Dodger Blue #249CED

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.36%

 BLUE value IS 237 (92.97% from 255) = 55.24%

R = 8.39%
G = 36.36%
B = 55.24%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#249CED (or 0x249CED) is known color: Dodger Blue. HEX triplet: 24, 9C and ED. RGB value is (36,156,237). Sum of RGB (Red+Green+Blue) = 36+156+237=429 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.39% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #249CED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249CED is #DB6312. Grayscale: #808080. Windows color (decimal): -14377747 or 15572004. OLE color: 15572004.

HSL color Cylindrical-coordinate representation of color #249CED: hue angle of 204.18º degrees, saturation: 0.85, 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 #249CED is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 156 237 -
CMYK 0.85 0.34 0 0.07
HSL 204.18º 0.85% 0.54% -
HSV(B) 204.18º 0.85% 0.93% -
XYZ 27.9 30.27 84.49 -
YUV 129.35 188.74 61.41 -
System Red Green Blue C M Y K H S L
Decimal 36 156 237 0.85 0.34 0 0.07 204.18 0.85 0.54
Hex 24 9C ED 55 22 0 7 CC 55 36
Octal 44 234 355 125 42 0 7 314 125 66
Binary 100100 10011100 11101101 1010101 100010 0 111 11001100 1010101 110110

Color Harmonies of #249CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249CED

Black with #249CED

Text Example


Text Example

White with #249CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,156,237); }

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

background-color css

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

 a { background-color: rgb(36,156,237); }

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

border-color css

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

 span { border-color: rgb(36,156,237); }

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