Html Css Color HEX #218EDF Dodger Blue

📋 copy color: '#218EDF'

red 33 ◦ green 142 ◦ blue 223

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

Shades of Dodger Blue #218EDF

Tints of Dodger Blue #218EDF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.68%

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

R = 8.29%
G = 35.68%
B = 56.03%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#218EDF (or 0x218EDF) is known color: Dodger Blue. HEX triplet: 21, 8E and DF. RGB value is (33,142,223). Sum of RGB (Red+Green+Blue) = 33+142+223=398 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.29% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #218EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218EDF is #DE7120. Grayscale: #767676. Windows color (decimal): -14577953 or 14650913. OLE color: 14650913.

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

Color convert

RGB 33 142 223 -
CMYK 0.85 0.36 0 0.13
HSL 205.58º 0.75% 0.5% -
HSV(B) 205.58º 0.85% 0.87% -
XYZ 23.62 25 73.39 -
YUV 118.64 186.89 66.91 -
System Red Green Blue C M Y K H S L
Decimal 33 142 223 0.85 0.36 0 0.13 205.58 0.75 0.5
Hex 21 8E DF 55 24 0 D CE 4B 32
Octal 41 216 337 125 44 0 15 316 113 62
Binary 100001 10001110 11011111 1010101 100100 0 1101 11001110 1001011 110010

Color Harmonies of #218EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218EDF

Black with #218EDF

Text Example


Text Example

White with #218EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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