Html Css Color HEX #217EE1 Dodger Blue

📋 copy color: '#217EE1'

red 33 ◦ green 126 ◦ blue 225

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

Shades of Dodger Blue #217EE1

Tints of Dodger Blue #217EE1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.81%

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

R = 8.59%
G = 32.81%
B = 58.59%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#217EE1 (or 0x217EE1) is known color: Dodger Blue. HEX triplet: 21, 7E and E1. RGB value is (33,126,225). Sum of RGB (Red+Green+Blue) = 33+126+225=384 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.59% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 225 (88.28% from 255 or 58.59% from 384); Max value from RGB is 225 - color contains mainly: blue. Hex color #217EE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217EE1 is #DE811E. Grayscale: #6C6C6C. Windows color (decimal): -14582047 or 14777889. OLE color: 14777889.

HSL color Cylindrical-coordinate representation of color #217EE1: hue angle of 210.94º 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 #217EE1 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 33 126 225 -
CMYK 0.85 0.44 0 0.12
HSL 210.94º 0.76% 0.51% -
HSV(B) 210.94º 0.85% 0.88% -
XYZ 21.68 20.68 74.08 -
YUV 109.48 193.19 73.45 -
System Red Green Blue C M Y K H S L
Decimal 33 126 225 0.85 0.44 0 0.12 210.94 0.76 0.51
Hex 21 7E E1 55 2C 0 C D3 4C 33
Octal 41 176 341 125 54 0 14 323 114 63
Binary 100001 1111110 11100001 1010101 101100 0 1100 11010011 1001100 110011

Color Harmonies of #217EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217EE1

Black with #217EE1

Text Example


Text Example

White with #217EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217EE1; }

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

 H1.HeaderClassName
 {
   color: #217EE1;
 }
 .AnyTagClassName
 {
   color: #217EE1;
 }
</style>

background-color css

<style>
 a { background-color: #217EE1; }

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

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

border-color css

<style>
 span { border-color: #217EE1; }

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

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