Html Css Color HEX #218FDD Dodger Blue

📋 copy color: '#218FDD'

red 33 ◦ green 143 ◦ blue 221

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

Shades of Dodger Blue #218FDD

Tints of Dodger Blue #218FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.67%

R = 8.31%
G = 36.02%
B = 55.67%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#218FDD (or 0x218FDD) is known color: Dodger Blue. HEX triplet: 21, 8F and DD. RGB value is (33,143,221). Sum of RGB (Red+Green+Blue) = 33+143+221=397 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.31% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #218FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218FDD is #DE7022. Grayscale: #767676. Windows color (decimal): -14577699 or 14520097. OLE color: 14520097.

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

Color convert

RGB 33 143 221 -
CMYK 0.85 0.35 0 0.13
HSL 204.89º 0.74% 0.5% -
HSV(B) 204.89º 0.85% 0.87% -
XYZ 23.5 25.19 72.03 -
YUV 119 185.56 66.66 -
System Red Green Blue C M Y K H S L
Decimal 33 143 221 0.85 0.35 0 0.13 204.89 0.74 0.5
Hex 21 8F DD 55 23 0 D CD 4A 32
Octal 41 217 335 125 43 0 15 315 112 62
Binary 100001 10001111 11011101 1010101 100011 0 1101 11001101 1001010 110010

Color Harmonies of #218FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218FDD

Black with #218FDD

Text Example


Text Example

White with #218FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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