Html Css Color HEX #248AD9 Dodger Blue

📋 copy color: '#248AD9'

red 36 ◦ green 138 ◦ blue 217

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

Shades of Dodger Blue #248AD9

Tints of Dodger Blue #248AD9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.29%

 BLUE value IS 217 (85.16% from 255) = 55.5%

R = 9.21%
G = 35.29%
B = 55.5%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#248AD9 (or 0x248AD9) is known color: Dodger Blue. HEX triplet: 24, 8A and D9. RGB value is (36,138,217). Sum of RGB (Red+Green+Blue) = 36+138+217=391 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.21% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 217 (85.16% from 255 or 55.50% from 391); Max value from RGB is 217 - color contains mainly: blue. Hex color #248AD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248AD9 is #DB7526. Grayscale: #747474. Windows color (decimal): -14382375 or 14256676. OLE color: 14256676.

HSL color Cylindrical-coordinate representation of color #248AD9: hue angle of 206.19º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #248AD9 is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 36 138 217 -
CMYK 0.83 0.36 0 0.15
HSL 206.19º 0.72% 0.5% -
HSV(B) 206.19º 0.83% 0.85% -
XYZ 22.34 23.56 69.02 -
YUV 116.51 184.71 70.58 -
System Red Green Blue C M Y K H S L
Decimal 36 138 217 0.83 0.36 0 0.15 206.19 0.72 0.5
Hex 24 8A D9 53 24 0 F CE 48 32
Octal 44 212 331 123 44 0 17 316 110 62
Binary 100100 10001010 11011001 1010011 100100 0 1111 11001110 1001000 110010

Color Harmonies of #248AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248AD9

Black with #248AD9

Text Example


Text Example

White with #248AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248AD9; }

 p { color: rgb(36,138,217); }

 H1.HeaderClassName
 {
   color: #248AD9;
 }
 .AnyTagClassName
 {
   color: #248AD9;
 }
</style>

background-color css

<style>
 a { background-color: #248AD9; }

 a { background-color: rgb(36,138,217); }

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

border-color css

<style>
 span { border-color: #248AD9; }

 span { border-color: rgb(36,138,217); }

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