Html Css Color HEX #218DDF Dodger Blue

📋 copy color: '#218DDF'

red 33 ◦ green 141 ◦ blue 223

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

Shades of Dodger Blue #218DDF

Tints of Dodger Blue #218DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.17%

R = 8.31%
G = 35.52%
B = 56.17%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#218DDF (or 0x218DDF) is known color: Dodger Blue. HEX triplet: 21, 8D and DF. RGB value is (33,141,223). Sum of RGB (Red+Green+Blue) = 33+141+223=397 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.31% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #218DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218DDF is #DE7220. Grayscale: #757575. Windows color (decimal): -14578209 or 14650657. OLE color: 14650657.

HSL color Cylindrical-coordinate representation of color #218DDF: hue angle of 205.89º degrees, saturation: 0.75, 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 #218DDF is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 141 223 -
CMYK 0.85 0.37 0 0.13
HSL 205.89º 0.75% 0.5% -
HSV(B) 205.89º 0.85% 0.87% -
XYZ 23.47 24.7 73.34 -
YUV 118.06 187.22 67.33 -
System Red Green Blue C M Y K H S L
Decimal 33 141 223 0.85 0.37 0 0.13 205.89 0.75 0.5
Hex 21 8D DF 55 25 0 D CE 4B 32
Octal 41 215 337 125 45 0 15 316 113 62
Binary 100001 10001101 11011111 1010101 100101 0 1101 11001110 1001011 110010

Color Harmonies of #218DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218DDF

Black with #218DDF

Text Example


Text Example

White with #218DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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