Html Css Color HEX #218ADC Dodger Blue

📋 copy color: '#218ADC'

red 33 ◦ green 138 ◦ blue 220

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

Shades of Dodger Blue #218ADC

Tints of Dodger Blue #218ADC

RGB

 RED value IS 33 (13.28% from 255) = 8.44%

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

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

R = 8.44%
G = 35.29%
B = 56.27%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#218ADC (or 0x218ADC) is known color: Dodger Blue. HEX triplet: 21, 8A and DC. RGB value is (33,138,220). Sum of RGB (Red+Green+Blue) = 33+138+220=391 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.44% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #218ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218ADC is #DE7523. Grayscale: #737373. Windows color (decimal): -14578980 or 14453281. OLE color: 14453281.

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

Color convert

RGB 33 138 220 -
CMYK 0.85 0.37 0 0.14
HSL 206.31º 0.74% 0.5% -
HSV(B) 206.31º 0.85% 0.86% -
XYZ 22.63 23.67 71.09 -
YUV 115.95 186.71 68.83 -
System Red Green Blue C M Y K H S L
Decimal 33 138 220 0.85 0.37 0 0.14 206.31 0.74 0.5
Hex 21 8A DC 55 25 0 E CE 4A 32
Octal 41 212 334 125 45 0 16 316 112 62
Binary 100001 10001010 11011100 1010101 100101 0 1110 11001110 1001010 110010

Color Harmonies of #218ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218ADC

Black with #218ADC

Text Example


Text Example

White with #218ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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