Html Css Color HEX #217FFC Dodger Blue

📋 copy color: '#217FFC'

red 33 ◦ green 127 ◦ blue 252

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

Shades of Dodger Blue #217FFC

Tints of Dodger Blue #217FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.17%

R = 8.01%
G = 30.83%
B = 61.17%

CMYK

 C value IS 0.87

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#217FFC (or 0x217FFC) is known color: Dodger Blue. HEX triplet: 21, 7F and FC. RGB value is (33,127,252). Sum of RGB (Red+Green+Blue) = 33+127+252=412 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.01% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #217FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217FFC is #DE8003. Grayscale: #707070. Windows color (decimal): -14581764 or 16547617. OLE color: 16547617.

HSL color Cylindrical-coordinate representation of color #217FFC: hue angle of 214.25º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #217FFC is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 33 127 252 -
CMYK 0.87 0.50 0 0.01
HSL 214.25º 0.97% 0.56% -
HSV(B) 214.25º 0.87% 0.99% -
XYZ 25.79 22.53 95.09 -
YUV 113.14 206.36 70.84 -
System Red Green Blue C M Y K H S L
Decimal 33 127 252 0.87 0.50 0 0.01 214.25 0.97 0.56
Hex 21 7F FC 57 32 0 1 D6 61 38
Octal 41 177 374 127 62 0 1 326 141 70
Binary 100001 1111111 11111100 1010111 110010 0 1 11010110 1100001 111000

Color Harmonies of #217FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217FFC

Black with #217FFC

Text Example


Text Example

White with #217FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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