Html Css Color HEX #218BEB Dodger Blue

📋 copy color: '#218BEB'

red 33 ◦ green 139 ◦ blue 235

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

Shades of Dodger Blue #218BEB

Tints of Dodger Blue #218BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.15%

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

R = 8.11%
G = 34.15%
B = 57.74%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#218BEB (or 0x218BEB) is known color: Dodger Blue. HEX triplet: 21, 8B and EB. RGB value is (33,139,235). Sum of RGB (Red+Green+Blue) = 33+139+235=407 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.11% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 235 (92.19% from 255 or 57.74% from 407); Max value from RGB is 235 - color contains mainly: blue. Hex color #218BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218BEB is #DE7414. Grayscale: #757575. Windows color (decimal): -14578709 or 15436577. OLE color: 15436577.

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

Color convert

RGB 33 139 235 -
CMYK 0.86 0.41 0 0.08
HSL 208.51º 0.83% 0.53% -
HSV(B) 208.51º 0.86% 0.92% -
XYZ 24.86 24.79 82.07 -
YUV 118.25 193.88 67.19 -
System Red Green Blue C M Y K H S L
Decimal 33 139 235 0.86 0.41 0 0.08 208.51 0.83 0.53
Hex 21 8B EB 56 29 0 8 D1 53 35
Octal 41 213 353 126 51 0 10 321 123 65
Binary 100001 10001011 11101011 1010110 101001 0 1000 11010001 1010011 110101

Color Harmonies of #218BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218BEB

Black with #218BEB

Text Example


Text Example

White with #218BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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