Html Css Color HEX #249AFE Dodger Blue

📋 copy color: '#249AFE'

red 36 ◦ green 154 ◦ blue 254

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

Shades of Dodger Blue #249AFE

Tints of Dodger Blue #249AFE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.68%

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

R = 8.11%
G = 34.68%
B = 57.21%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#249AFE (or 0x249AFE) is known color: Dodger Blue. HEX triplet: 24, 9A and FE. RGB value is (36,154,254). Sum of RGB (Red+Green+Blue) = 36+154+254=444 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.11% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #249AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249AFE is #DB6501. Grayscale: #818181. Windows color (decimal): -14378242 or 16685604. OLE color: 16685604.

HSL color Cylindrical-coordinate representation of color #249AFE: hue angle of 207.52º 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 #249AFE is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 36 154 254 -
CMYK 0.86 0.39 0 0.00
HSL 207.52º 0.99% 0.57% -
HSV(B) 207.52º 0.86% 1% -
XYZ 30.17 30.64 98.09 -
YUV 130.12 197.91 60.87 -
System Red Green Blue C M Y K H S L
Decimal 36 154 254 0.86 0.39 0 0.00 207.52 0.99 0.57
Hex 24 9A FE 56 27 0 0 D0 63 39
Octal 44 232 376 126 47 0 0 320 143 71
Binary 100100 10011010 11111110 1010110 100111 0 0 11010000 1100011 111001

Color Harmonies of #249AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249AFE

Black with #249AFE

Text Example


Text Example

White with #249AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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