Html Css Color HEX #218EEB Dodger Blue

📋 copy color: '#218EEB'

red 33 ◦ green 142 ◦ blue 235

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

Shades of Dodger Blue #218EEB

Tints of Dodger Blue #218EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.32%

R = 8.05%
G = 34.63%
B = 57.32%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#218EEB (or 0x218EEB) is known color: Dodger Blue. HEX triplet: 21, 8E and EB. RGB value is (33,142,235). Sum of RGB (Red+Green+Blue) = 33+142+235=410 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.05% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #218EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218EEB is #DE7114. Grayscale: #777777. Windows color (decimal): -14577941 or 15437345. OLE color: 15437345.

HSL color Cylindrical-coordinate representation of color #218EEB: hue angle of 207.62º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #218EEB is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 142 235 -
CMYK 0.86 0.40 0 0.08
HSL 207.62º 0.83% 0.53% -
HSV(B) 207.62º 0.86% 0.92% -
XYZ 25.3 25.67 82.22 -
YUV 120.01 192.89 65.94 -
System Red Green Blue C M Y K H S L
Decimal 33 142 235 0.86 0.40 0 0.08 207.62 0.83 0.53
Hex 21 8E EB 56 28 0 8 D0 53 35
Octal 41 216 353 126 50 0 10 320 123 65
Binary 100001 10001110 11101011 1010110 101000 0 1000 11010000 1010011 110101

Color Harmonies of #218EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218EEB

Black with #218EEB

Text Example


Text Example

White with #218EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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