Html Css Color HEX #249FEA Dodger Blue

📋 copy color: '#249FEA'

red 36 ◦ green 159 ◦ blue 234

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

Shades of Dodger Blue #249FEA

Tints of Dodger Blue #249FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.55%

R = 8.39%
G = 37.06%
B = 54.55%

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

#249FEA (or 0x249FEA) is known color: Dodger Blue. HEX triplet: 24, 9F and EA. RGB value is (36,159,234). Sum of RGB (Red+Green+Blue) = 36+159+234=429 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.39% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #249FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249FEA is #DB6015. Grayscale: #828282. Windows color (decimal): -14376982 or 15376164. OLE color: 15376164.

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

Color convert

RGB 36 159 234 -
CMYK 0.85 0.32 0 0.08
HSL 202.73º 0.83% 0.53% -
HSV(B) 202.73º 0.85% 0.92% -
XYZ 27.98 31.11 82.37 -
YUV 130.77 186.25 60.4 -
System Red Green Blue C M Y K H S L
Decimal 36 159 234 0.85 0.32 0 0.08 202.73 0.83 0.53
Hex 24 9F EA 55 20 0 8 CB 52 35
Octal 44 237 352 125 40 0 10 313 122 65
Binary 100100 10011111 11101010 1010101 100000 0 1000 11001011 1010010 110101

Color Harmonies of #249FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249FEA

Black with #249FEA

Text Example


Text Example

White with #249FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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