Html Css Color HEX #218DED Dodger Blue

📋 copy color: '#218DED'

red 33 ◦ green 141 ◦ blue 237

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

Shades of Dodger Blue #218DED

Tints of Dodger Blue #218DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.66%

R = 8.03%
G = 34.31%
B = 57.66%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#218DED (or 0x218DED) is known color: Dodger Blue. HEX triplet: 21, 8D and ED. RGB value is (33,141,237). Sum of RGB (Red+Green+Blue) = 33+141+237=411 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.03% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #218DED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218DED is #DE7212. Grayscale: #777777. Windows color (decimal): -14578195 or 15568161. OLE color: 15568161.

HSL color Cylindrical-coordinate representation of color #218DED: hue angle of 208.24º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #218DED is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 141 237 -
CMYK 0.86 0.41 0 0.07
HSL 208.24º 0.85% 0.53% -
HSV(B) 208.24º 0.86% 0.93% -
XYZ 25.44 25.49 83.7 -
YUV 119.65 194.22 66.19 -
System Red Green Blue C M Y K H S L
Decimal 33 141 237 0.86 0.41 0 0.07 208.24 0.85 0.53
Hex 21 8D ED 56 29 0 7 D0 55 35
Octal 41 215 355 126 51 0 7 320 125 65
Binary 100001 10001101 11101101 1010110 101001 0 111 11010000 1010101 110101

Color Harmonies of #218DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218DED

Black with #218DED

Text Example


Text Example

White with #218DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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