Html Css Color HEX #217FF5 Dodger Blue

📋 copy color: '#217FF5'

red 33 ◦ green 127 ◦ blue 245

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

Shades of Dodger Blue #217FF5

Tints of Dodger Blue #217FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 60.49%

R = 8.15%
G = 31.36%
B = 60.49%

CMYK

 C value IS 0.87

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#217FF5 (or 0x217FF5) is known color: Dodger Blue. HEX triplet: 21, 7F and F5. RGB value is (33,127,245). Sum of RGB (Red+Green+Blue) = 33+127+245=405 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.15% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 245 (96.09% from 255 or 60.49% from 405); Max value from RGB is 245 - color contains mainly: blue. Hex color #217FF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217FF5 is #DE800A. Grayscale: #6F6F6F. Windows color (decimal): -14581771 or 16088865. OLE color: 16088865.

HSL color Cylindrical-coordinate representation of color #217FF5: hue angle of 213.4º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #217FF5 is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 33 127 245 -
CMYK 0.87 0.48 0 0.04
HSL 213.4º 0.91% 0.55% -
HSV(B) 213.4º 0.87% 0.96% -
XYZ 24.7 22.09 89.35 -
YUV 112.35 202.86 71.41 -
System Red Green Blue C M Y K H S L
Decimal 33 127 245 0.87 0.48 0 0.04 213.4 0.91 0.55
Hex 21 7F F5 57 30 0 4 D5 5B 37
Octal 41 177 365 127 60 0 4 325 133 67
Binary 100001 1111111 11110101 1010111 110000 0 100 11010101 1011011 110111

Color Harmonies of #217FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217FF5

Black with #217FF5

Text Example


Text Example

White with #217FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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