Html Css Color HEX #218DDB Dodger Blue

📋 copy color: '#218DDB'

red 33 ◦ green 141 ◦ blue 219

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

Shades of Dodger Blue #218DDB

Tints of Dodger Blue #218DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.88%

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

R = 8.4%
G = 35.88%
B = 55.73%

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

#218DDB (or 0x218DDB) is known color: Dodger Blue. HEX triplet: 21, 8D and DB. RGB value is (33,141,219). Sum of RGB (Red+Green+Blue) = 33+141+219=393 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.40% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #218DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218DDB is #DE7224. Grayscale: #757575. Windows color (decimal): -14578213 or 14388513. OLE color: 14388513.

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

Color convert

RGB 33 141 219 -
CMYK 0.85 0.36 0 0.14
HSL 205.16º 0.74% 0.49% -
HSV(B) 205.16º 0.85% 0.86% -
XYZ 22.94 24.49 70.54 -
YUV 117.6 185.22 67.66 -
System Red Green Blue C M Y K H S L
Decimal 33 141 219 0.85 0.36 0 0.14 205.16 0.74 0.49
Hex 21 8D DB 55 24 0 E CD 4A 31
Octal 41 215 333 125 44 0 16 315 112 61
Binary 100001 10001101 11011011 1010101 100100 0 1110 11001101 1001010 110001

Color Harmonies of #218DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218DDB

Black with #218DDB

Text Example


Text Example

White with #218DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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