Html Css Color HEX #218BE1 Dodger Blue

📋 copy color: '#218BE1'

red 33 ◦ green 139 ◦ blue 225

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

Shades of Dodger Blue #218BE1

Tints of Dodger Blue #218BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 56.68%

R = 8.31%
G = 35.01%
B = 56.68%

CMYK

 C value IS 0.85

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#218BE1 (or 0x218BE1) is known color: Dodger Blue. HEX triplet: 21, 8B and E1. RGB value is (33,139,225). Sum of RGB (Red+Green+Blue) = 33+139+225=397 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.31% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 225 (88.28% from 255 or 56.68% from 397); Max value from RGB is 225 - color contains mainly: blue. Hex color #218BE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218BE1 is #DE741E. Grayscale: #747474. Windows color (decimal): -14578719 or 14781217. OLE color: 14781217.

HSL color Cylindrical-coordinate representation of color #218BE1: hue angle of 206.88º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #218BE1 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 33 139 225 -
CMYK 0.85 0.38 0 0.12
HSL 206.88º 0.76% 0.51% -
HSV(B) 206.88º 0.85% 0.88% -
XYZ 23.45 24.22 74.67 -
YUV 117.11 188.88 68.01 -
System Red Green Blue C M Y K H S L
Decimal 33 139 225 0.85 0.38 0 0.12 206.88 0.76 0.51
Hex 21 8B E1 55 26 0 C CF 4C 33
Octal 41 213 341 125 46 0 14 317 114 63
Binary 100001 10001011 11100001 1010101 100110 0 1100 11001111 1001100 110011

Color Harmonies of #218BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218BE1

Black with #218BE1

Text Example


Text Example

White with #218BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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