Html Css Color HEX #218BE6 Dodger Blue

📋 copy color: '#218BE6'

red 33 ◦ green 139 ◦ blue 230

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

Shades of Dodger Blue #218BE6

Tints of Dodger Blue #218BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 57.21%

R = 8.21%
G = 34.58%
B = 57.21%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#218BE6 (or 0x218BE6) is known color: Dodger Blue. HEX triplet: 21, 8B and E6. RGB value is (33,139,230). Sum of RGB (Red+Green+Blue) = 33+139+230=402 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.21% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 230 (90.23% from 255 or 57.21% from 402); Max value from RGB is 230 - color contains mainly: blue. Hex color #218BE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218BE6 is #DE7419. Grayscale: #757575. Windows color (decimal): -14578714 or 15108897. OLE color: 15108897.

HSL color Cylindrical-coordinate representation of color #218BE6: hue angle of 207.72º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #218BE6 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 33 139 230 -
CMYK 0.86 0.40 0 0.10
HSL 207.72º 0.8% 0.52% -
HSV(B) 207.72º 0.86% 0.9% -
XYZ 24.14 24.5 78.32 -
YUV 117.68 191.38 67.6 -
System Red Green Blue C M Y K H S L
Decimal 33 139 230 0.86 0.40 0 0.10 207.72 0.8 0.52
Hex 21 8B E6 56 28 0 A D0 50 34
Octal 41 213 346 126 50 0 12 320 120 64
Binary 100001 10001011 11100110 1010110 101000 0 1010 11010000 1010000 110100

Color Harmonies of #218BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218BE6

Black with #218BE6

Text Example


Text Example

White with #218BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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