Html Css Color HEX #217EDF Dodger Blue

📋 copy color: '#217EDF'

red 33 ◦ green 126 ◦ blue 223

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

Shades of Dodger Blue #217EDF

Tints of Dodger Blue #217EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.38%

R = 8.64%
G = 32.98%
B = 58.38%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#217EDF (or 0x217EDF) is known color: Dodger Blue. HEX triplet: 21, 7E and DF. RGB value is (33,126,223). Sum of RGB (Red+Green+Blue) = 33+126+223=382 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.64% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #217EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217EDF is #DE8120. Grayscale: #6C6C6C. Windows color (decimal): -14582049 or 14646817. OLE color: 14646817.

HSL color Cylindrical-coordinate representation of color #217EDF: hue angle of 210.63º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #217EDF is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 126 223 -
CMYK 0.85 0.43 0 0.13
HSL 210.63º 0.75% 0.5% -
HSV(B) 210.63º 0.85% 0.87% -
XYZ 21.41 20.57 72.65 -
YUV 109.25 192.19 73.61 -
System Red Green Blue C M Y K H S L
Decimal 33 126 223 0.85 0.43 0 0.13 210.63 0.75 0.5
Hex 21 7E DF 55 2B 0 D D3 4B 32
Octal 41 176 337 125 53 0 15 323 113 62
Binary 100001 1111110 11011111 1010101 101011 0 1101 11010011 1001011 110010

Color Harmonies of #217EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217EDF

Black with #217EDF

Text Example


Text Example

White with #217EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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