Html Css Color HEX #218CEB Dodger Blue

📋 copy color: '#218CEB'

red 33 ◦ green 140 ◦ blue 235

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

Shades of Dodger Blue #218CEB

Tints of Dodger Blue #218CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.31%

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

R = 8.09%
G = 34.31%
B = 57.6%

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

#218CEB (or 0x218CEB) is known color: Dodger Blue. HEX triplet: 21, 8C and EB. RGB value is (33,140,235). Sum of RGB (Red+Green+Blue) = 33+140+235=408 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.09% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #218CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218CEB is #DE7314. Grayscale: #767676. Windows color (decimal): -14578453 or 15436833. OLE color: 15436833.

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

Color convert

RGB 33 140 235 -
CMYK 0.86 0.40 0 0.08
HSL 208.22º 0.83% 0.53% -
HSV(B) 208.22º 0.86% 0.92% -
XYZ 25 25.08 82.12 -
YUV 118.84 193.55 66.78 -
System Red Green Blue C M Y K H S L
Decimal 33 140 235 0.86 0.40 0 0.08 208.22 0.83 0.53
Hex 21 8C EB 56 28 0 8 D0 53 35
Octal 41 214 353 126 50 0 10 320 123 65
Binary 100001 10001100 11101011 1010110 101000 0 1000 11010000 1010011 110101

Color Harmonies of #218CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218CEB

Black with #218CEB

Text Example


Text Example

White with #218CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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