Html Css Color HEX #249FFD Dodger Blue

📋 copy color: '#249FFD'

red 36 ◦ green 159 ◦ blue 253

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

Shades of Dodger Blue #249FFD

Tints of Dodger Blue #249FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.47%

R = 8.04%
G = 35.49%
B = 56.47%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#249FFD (or 0x249FFD) is known color: Dodger Blue. HEX triplet: 24, 9F and FD. RGB value is (36,159,253). Sum of RGB (Red+Green+Blue) = 36+159+253=448 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.04% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #249FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249FFD is #DB6002. Grayscale: #848484. Windows color (decimal): -14376963 or 16621348. OLE color: 16621348.

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

Color convert

RGB 36 159 253 -
CMYK 0.86 0.37 0 0.01
HSL 205.99º 0.98% 0.57% -
HSV(B) 205.99º 0.86% 0.99% -
XYZ 30.86 32.26 97.53 -
YUV 132.94 195.75 58.86 -
System Red Green Blue C M Y K H S L
Decimal 36 159 253 0.86 0.37 0 0.01 205.99 0.98 0.57
Hex 24 9F FD 56 25 0 1 CE 62 39
Octal 44 237 375 126 45 0 1 316 142 71
Binary 100100 10011111 11111101 1010110 100101 0 1 11001110 1100010 111001

Color Harmonies of #249FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249FFD

Black with #249FFD

Text Example


Text Example

White with #249FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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