Html Css Color HEX #218CDC Dodger Blue

📋 copy color: '#218CDC'

red 33 ◦ green 140 ◦ blue 220

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

Shades of Dodger Blue #218CDC

Tints of Dodger Blue #218CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.62%

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

R = 8.4%
G = 35.62%
B = 55.98%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#218CDC (or 0x218CDC) is known color: Dodger Blue. HEX triplet: 21, 8C and DC. RGB value is (33,140,220). Sum of RGB (Red+Green+Blue) = 33+140+220=393 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.40% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #218CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218CDC is #DE7323. Grayscale: #747474. Windows color (decimal): -14578468 or 14453793. OLE color: 14453793.

HSL color Cylindrical-coordinate representation of color #218CDC: hue angle of 205.67º 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 #218CDC is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 140 220 -
CMYK 0.85 0.36 0 0.14
HSL 205.67º 0.74% 0.5% -
HSV(B) 205.67º 0.85% 0.86% -
XYZ 22.92 24.25 71.18 -
YUV 117.13 186.05 68 -
System Red Green Blue C M Y K H S L
Decimal 33 140 220 0.85 0.36 0 0.14 205.67 0.74 0.5
Hex 21 8C DC 55 24 0 E CE 4A 32
Octal 41 214 334 125 44 0 16 316 112 62
Binary 100001 10001100 11011100 1010101 100100 0 1110 11001110 1001010 110010

Color Harmonies of #218CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218CDC

Black with #218CDC

Text Example


Text Example

White with #218CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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