Html Css Color HEX #217FEC Dodger Blue

📋 copy color: '#217FEC'

red 33 ◦ green 127 ◦ blue 236

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

Shades of Dodger Blue #217FEC

Tints of Dodger Blue #217FEC

RGB

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

 GREEN value IS 127 (50% from 255) = 32.07%

 BLUE value IS 236 (92.58% from 255) = 59.6%

R = 8.33%
G = 32.07%
B = 59.6%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#217FEC (or 0x217FEC) is known color: Dodger Blue. HEX triplet: 21, 7F and EC. RGB value is (33,127,236). Sum of RGB (Red+Green+Blue) = 33+127+236=396 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.33% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #217FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217FEC is #DE8013. Grayscale: #6E6E6E. Windows color (decimal): -14581780 or 15499041. OLE color: 15499041.

HSL color Cylindrical-coordinate representation of color #217FEC: hue angle of 212.22º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #217FEC is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 127 236 -
CMYK 0.86 0.46 0 0.07
HSL 212.22º 0.84% 0.53% -
HSV(B) 212.22º 0.86% 0.93% -
XYZ 23.36 21.56 82.29 -
YUV 111.32 198.36 72.14 -
System Red Green Blue C M Y K H S L
Decimal 33 127 236 0.86 0.46 0 0.07 212.22 0.84 0.53
Hex 21 7F EC 56 2E 0 7 D4 54 35
Octal 41 177 354 126 56 0 7 324 124 65
Binary 100001 1111111 11101100 1010110 101110 0 111 11010100 1010100 110101

Color Harmonies of #217FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217FEC

Black with #217FEC

Text Example


Text Example

White with #217FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,127,236); }

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

background-color css

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

 a { background-color: rgb(33,127,236); }

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

border-color css

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

 span { border-color: rgb(33,127,236); }

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