Html Css Color HEX #248ADC Dodger Blue

📋 copy color: '#248ADC'

red 36 ◦ green 138 ◦ blue 220

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

Shades of Dodger Blue #248ADC

Tints of Dodger Blue #248ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.84%

R = 9.14%
G = 35.03%
B = 55.84%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#248ADC (or 0x248ADC) is known color: Dodger Blue. HEX triplet: 24, 8A and DC. RGB value is (36,138,220). Sum of RGB (Red+Green+Blue) = 36+138+220=394 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.14% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #248ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248ADC is #DB7523. Grayscale: #747474. Windows color (decimal): -14382372 or 14453284. OLE color: 14453284.

HSL color Cylindrical-coordinate representation of color #248ADC: hue angle of 206.74º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #248ADC is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 138 220 -
CMYK 0.84 0.37 0 0.14
HSL 206.74º 0.72% 0.5% -
HSV(B) 206.74º 0.84% 0.86% -
XYZ 22.73 23.72 71.09 -
YUV 116.85 186.21 70.33 -
System Red Green Blue C M Y K H S L
Decimal 36 138 220 0.84 0.37 0 0.14 206.74 0.72 0.5
Hex 24 8A DC 54 25 0 E CF 48 32
Octal 44 212 334 124 45 0 16 317 110 62
Binary 100100 10001010 11011100 1010100 100101 0 1110 11001111 1001000 110010

Color Harmonies of #248ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248ADC

Black with #248ADC

Text Example


Text Example

White with #248ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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