Html Css Color HEX #218CDB Dodger Blue

📋 copy color: '#218CDB'

red 33 ◦ green 140 ◦ blue 219

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

Shades of Dodger Blue #218CDB

Tints of Dodger Blue #218CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.87%

R = 8.42%
G = 35.71%
B = 55.87%

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

#218CDB (or 0x218CDB) is known color: Dodger Blue. HEX triplet: 21, 8C and DB. RGB value is (33,140,219). Sum of RGB (Red+Green+Blue) = 33+140+219=392 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.42% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #218CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218CDB is #DE7324. Grayscale: #747474. Windows color (decimal): -14578469 or 14388257. OLE color: 14388257.

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

Color convert

RGB 33 140 219 -
CMYK 0.85 0.36 0 0.14
HSL 205.48º 0.74% 0.49% -
HSV(B) 205.48º 0.85% 0.86% -
XYZ 22.79 24.19 70.49 -
YUV 117.01 185.55 68.08 -
System Red Green Blue C M Y K H S L
Decimal 33 140 219 0.85 0.36 0 0.14 205.48 0.74 0.49
Hex 21 8C DB 55 24 0 E CD 4A 31
Octal 41 214 333 125 44 0 16 315 112 61
Binary 100001 10001100 11011011 1010101 100100 0 1110 11001101 1001010 110001

Color Harmonies of #218CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218CDB

Black with #218CDB

Text Example


Text Example

White with #218CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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