Html Css Color HEX #218FDB Dodger Blue

📋 copy color: '#218FDB'

red 33 ◦ green 143 ◦ blue 219

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

Shades of Dodger Blue #218FDB

Tints of Dodger Blue #218FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.2%

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

R = 8.35%
G = 36.2%
B = 55.44%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#218FDB (or 0x218FDB) is known color: Dodger Blue. HEX triplet: 21, 8F and DB. RGB value is (33,143,219). Sum of RGB (Red+Green+Blue) = 33+143+219=395 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.35% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #218FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218FDB is #DE7024. Grayscale: #767676. Windows color (decimal): -14577701 or 14389025. OLE color: 14389025.

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

Color convert

RGB 33 143 219 -
CMYK 0.85 0.35 0 0.14
HSL 204.52º 0.74% 0.49% -
HSV(B) 204.52º 0.85% 0.86% -
XYZ 23.24 25.08 70.63 -
YUV 118.77 184.56 66.82 -
System Red Green Blue C M Y K H S L
Decimal 33 143 219 0.85 0.35 0 0.14 204.52 0.74 0.49
Hex 21 8F DB 55 23 0 E CD 4A 31
Octal 41 217 333 125 43 0 16 315 112 61
Binary 100001 10001111 11011011 1010101 100011 0 1110 11001101 1001010 110001

Color Harmonies of #218FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218FDB

Black with #218FDB

Text Example


Text Example

White with #218FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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