Html Css Color HEX #249AFF Dodger Blue

📋 copy color: '#249AFF'

red 36 ◦ green 154 ◦ blue 255

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

Shades of Dodger Blue #249AFF

Tints of Dodger Blue #249AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.3%

R = 8.09%
G = 34.61%
B = 57.3%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#249AFF (or 0x249AFF) is known color: Dodger Blue. HEX triplet: 24, 9A and FF. RGB value is (36,154,255). Sum of RGB (Red+Green+Blue) = 36+154+255=445 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.09% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #249AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249AFF is #DB6500. Grayscale: #818181. Windows color (decimal): -14378241 or 16751140. OLE color: 16751140.

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

Color convert

RGB 36 154 255 -
CMYK 0.86 0.40 0 0
HSL 207.67º 1% 0.57% -
HSV(B) 207.67º 0.86% 1% -
XYZ 30.33 30.71 98.94 -
YUV 130.23 198.41 60.79 -
System Red Green Blue C M Y K H S L
Decimal 36 154 255 0.86 0.40 0 0 207.67 1 0.57
Hex 24 9A FF 56 28 0 0 D0 64 39
Octal 44 232 377 126 50 0 0 320 144 71
Binary 100100 10011010 11111111 1010110 101000 0 0 11010000 1100100 111001

Color Harmonies of #249AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249AFF

Black with #249AFF

Text Example


Text Example

White with #249AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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