Html Css Color HEX #218EEE Dodger Blue

📋 copy color: '#218EEE'

red 33 ◦ green 142 ◦ blue 238

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

Shades of Dodger Blue #218EEE

Tints of Dodger Blue #218EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 57.63%

R = 7.99%
G = 34.38%
B = 57.63%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#218EEE (or 0x218EEE) is known color: Dodger Blue. HEX triplet: 21, 8E and EE. RGB value is (33,142,238). Sum of RGB (Red+Green+Blue) = 33+142+238=413 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.99% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #218EEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218EEE is #DE7111. Grayscale: #777777. Windows color (decimal): -14577938 or 15633953. OLE color: 15633953.

HSL color Cylindrical-coordinate representation of color #218EEE: hue angle of 208.1º degrees, saturation: 0.86, 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 #218EEE is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 142 238 -
CMYK 0.86 0.40 0 0.07
HSL 208.1º 0.86% 0.53% -
HSV(B) 208.1º 0.86% 0.93% -
XYZ 25.73 25.84 84.52 -
YUV 120.35 194.39 65.69 -
System Red Green Blue C M Y K H S L
Decimal 33 142 238 0.86 0.40 0 0.07 208.1 0.86 0.53
Hex 21 8E EE 56 28 0 7 D0 56 35
Octal 41 216 356 126 50 0 7 320 126 65
Binary 100001 10001110 11101110 1010110 101000 0 111 11010000 1010110 110101

Color Harmonies of #218EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218EEE

Black with #218EEE

Text Example


Text Example

White with #218EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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