Html Css Color HEX #2496F9 Dodger Blue

📋 copy color: '#2496F9'

red 36 ◦ green 150 ◦ blue 249

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

Shades of Dodger Blue #2496F9

Tints of Dodger Blue #2496F9

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.48%

 BLUE value IS 249 (97.66% from 255) = 57.24%

R = 8.28%
G = 34.48%
B = 57.24%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2496F9 (or 0x2496F9) is known color: Dodger Blue. HEX triplet: 24, 96 and F9. RGB value is (36,150,249). Sum of RGB (Red+Green+Blue) = 36+150+249=435 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.28% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 249 (97.66% from 255 or 57.24% from 435); Max value from RGB is 249 - color contains mainly: blue. Hex color #2496F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2496F9 is #DB6906. Grayscale: #7E7E7E. Windows color (decimal): -14379271 or 16356900. OLE color: 16356900.

HSL color Cylindrical-coordinate representation of color #2496F9: hue angle of 207.89º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2496F9 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 36 150 249 -
CMYK 0.86 0.40 0 0.02
HSL 207.89º 0.95% 0.56% -
HSV(B) 207.89º 0.86% 0.98% -
XYZ 28.73 29.03 93.71 -
YUV 127.2 196.73 62.95 -
System Red Green Blue C M Y K H S L
Decimal 36 150 249 0.86 0.40 0 0.02 207.89 0.95 0.56
Hex 24 96 F9 56 28 0 2 D0 5F 38
Octal 44 226 371 126 50 0 2 320 137 70
Binary 100100 10010110 11111001 1010110 101000 0 10 11010000 1011111 111000

Color Harmonies of #2496F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2496F9

Black with #2496F9

Text Example


Text Example

White with #2496F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2496F9; }

 p { color: rgb(36,150,249); }

 H1.HeaderClassName
 {
   color: #2496F9;
 }
 .AnyTagClassName
 {
   color: #2496F9;
 }
</style>

background-color css

<style>
 a { background-color: #2496F9; }

 a { background-color: rgb(36,150,249); }

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

border-color css

<style>
 span { border-color: #2496F9; }

 span { border-color: rgb(36,150,249); }

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