Html Css Color HEX #249DFE Dodger Blue

📋 copy color: '#249DFE'

red 36 ◦ green 157 ◦ blue 254

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

Shades of Dodger Blue #249DFE

Tints of Dodger Blue #249DFE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.12%

 BLUE value IS 254 (99.61% from 255) = 56.82%

R = 8.05%
G = 35.12%
B = 56.82%

CMYK

 C value IS 0.86

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#249DFE (or 0x249DFE) is known color: Dodger Blue. HEX triplet: 24, 9D and FE. RGB value is (36,157,254). Sum of RGB (Red+Green+Blue) = 36+157+254=447 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.05% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #249DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249DFE is #DB6201. Grayscale: #838383. Windows color (decimal): -14377474 or 16686372. OLE color: 16686372.

HSL color Cylindrical-coordinate representation of color #249DFE: hue angle of 206.7º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #249DFE is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 36 157 254 -
CMYK 0.86 0.38 0 0.00
HSL 206.7º 0.99% 0.57% -
HSV(B) 206.7º 0.86% 1% -
XYZ 30.67 31.64 98.26 -
YUV 131.88 196.91 59.61 -
System Red Green Blue C M Y K H S L
Decimal 36 157 254 0.86 0.38 0 0.00 206.7 0.99 0.57
Hex 24 9D FE 56 26 0 0 CF 63 39
Octal 44 235 376 126 46 0 0 317 143 71
Binary 100100 10011101 11111110 1010110 100110 0 0 11001111 1100011 111001

Color Harmonies of #249DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249DFE

Black with #249DFE

Text Example


Text Example

White with #249DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,157,254); }

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

background-color css

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

 a { background-color: rgb(36,157,254); }

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

border-color css

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

 span { border-color: rgb(36,157,254); }

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