Html Css Color HEX #217CE1 Dodger Blue

📋 copy color: '#217CE1'

red 33 ◦ green 124 ◦ blue 225

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

Shades of Dodger Blue #217CE1

Tints of Dodger Blue #217CE1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.46%

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

R = 8.64%
G = 32.46%
B = 58.9%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#217CE1 (or 0x217CE1) is known color: Dodger Blue. HEX triplet: 21, 7C and E1. RGB value is (33,124,225). Sum of RGB (Red+Green+Blue) = 33+124+225=382 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.64% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 225 (88.28% from 255 or 58.90% from 382); Max value from RGB is 225 - color contains mainly: blue. Hex color #217CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217CE1 is #DE831E. Grayscale: #6B6B6B. Windows color (decimal): -14582559 or 14777377. OLE color: 14777377.

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

Color convert

RGB 33 124 225 -
CMYK 0.85 0.45 0 0.12
HSL 211.56º 0.76% 0.51% -
HSV(B) 211.56º 0.85% 0.88% -
XYZ 21.43 20.17 74 -
YUV 108.31 193.85 74.29 -
System Red Green Blue C M Y K H S L
Decimal 33 124 225 0.85 0.45 0 0.12 211.56 0.76 0.51
Hex 21 7C E1 55 2D 0 C D4 4C 33
Octal 41 174 341 125 55 0 14 324 114 63
Binary 100001 1111100 11100001 1010101 101101 0 1100 11010100 1001100 110011

Color Harmonies of #217CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217CE1

Black with #217CE1

Text Example


Text Example

White with #217CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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