Html Css Color HEX #217DF7 Dodger Blue

📋 copy color: '#217DF7'

red 33 ◦ green 125 ◦ blue 247

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

Shades of Dodger Blue #217DF7

Tints of Dodger Blue #217DF7

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.86%

 BLUE value IS 247 (96.88% from 255) = 60.99%

R = 8.15%
G = 30.86%
B = 60.99%

CMYK

 C value IS 0.87

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#217DF7 (or 0x217DF7) is known color: Dodger Blue. HEX triplet: 21, 7D and F7. RGB value is (33,125,247). Sum of RGB (Red+Green+Blue) = 33+125+247=405 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.15% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 247 (96.88% from 255 or 60.99% from 405); Max value from RGB is 247 - color contains mainly: blue. Hex color #217DF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217DF7 is #DE8208. Grayscale: #6E6E6E. Windows color (decimal): -14582281 or 16219425. OLE color: 16219425.

HSL color Cylindrical-coordinate representation of color #217DF7: hue angle of 214.21º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #217DF7 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 33 125 247 -
CMYK 0.87 0.49 0 0.03
HSL 214.21º 0.93% 0.55% -
HSV(B) 214.21º 0.87% 0.97% -
XYZ 24.75 21.71 90.88 -
YUV 111.4 204.52 72.08 -
System Red Green Blue C M Y K H S L
Decimal 33 125 247 0.87 0.49 0 0.03 214.21 0.93 0.55
Hex 21 7D F7 57 31 0 3 D6 5D 37
Octal 41 175 367 127 61 0 3 326 135 67
Binary 100001 1111101 11110111 1010111 110001 0 11 11010110 1011101 110111

Color Harmonies of #217DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217DF7

Black with #217DF7

Text Example


Text Example

White with #217DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,125,247); }

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

background-color css

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

 a { background-color: rgb(33,125,247); }

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

border-color css

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

 span { border-color: rgb(33,125,247); }

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