Html Css Color HEX #249AF5 Dodger Blue

📋 copy color: '#249AF5'

red 36 ◦ green 154 ◦ blue 245

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

Shades of Dodger Blue #249AF5

Tints of Dodger Blue #249AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 56.32%

R = 8.28%
G = 35.4%
B = 56.32%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#249AF5 (or 0x249AF5) is known color: Dodger Blue. HEX triplet: 24, 9A and F5. RGB value is (36,154,245). Sum of RGB (Red+Green+Blue) = 36+154+245=435 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.28% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 245 (96.09% from 255 or 56.32% from 435); Max value from RGB is 245 - color contains mainly: blue. Hex color #249AF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249AF5 is #DB650A. Grayscale: #808080. Windows color (decimal): -14378251 or 16095780. OLE color: 16095780.

HSL color Cylindrical-coordinate representation of color #249AF5: hue angle of 206.12º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #249AF5 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 36 154 245 -
CMYK 0.85 0.37 0 0.04
HSL 206.12º 0.91% 0.55% -
HSV(B) 206.12º 0.85% 0.96% -
XYZ 28.76 30.08 90.68 -
YUV 129.09 193.41 61.6 -
System Red Green Blue C M Y K H S L
Decimal 36 154 245 0.85 0.37 0 0.04 206.12 0.91 0.55
Hex 24 9A F5 55 25 0 4 CE 5B 37
Octal 44 232 365 125 45 0 4 316 133 67
Binary 100100 10011010 11110101 1010101 100101 0 100 11001110 1011011 110111

Color Harmonies of #249AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249AF5

Black with #249AF5

Text Example


Text Example

White with #249AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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