Html Css Color HEX #217CFC Dodger Blue

📋 copy color: '#217CFC'

red 33 ◦ green 124 ◦ blue 252

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

Shades of Dodger Blue #217CFC

Tints of Dodger Blue #217CFC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.32%

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

R = 8.07%
G = 30.32%
B = 61.61%

CMYK

 C value IS 0.87

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#217CFC (or 0x217CFC) is known color: Dodger Blue. HEX triplet: 21, 7C and FC. RGB value is (33,124,252). Sum of RGB (Red+Green+Blue) = 33+124+252=409 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.07% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #217CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217CFC is #DE8303. Grayscale: #6E6E6E. Windows color (decimal): -14582532 or 16546849. OLE color: 16546849.

HSL color Cylindrical-coordinate representation of color #217CFC: hue angle of 215.07º 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 #217CFC is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 33 124 252 -
CMYK 0.87 0.51 0 0.01
HSL 215.07º 0.97% 0.56% -
HSV(B) 215.07º 0.87% 0.99% -
XYZ 25.41 21.77 94.96 -
YUV 111.38 207.35 72.09 -
System Red Green Blue C M Y K H S L
Decimal 33 124 252 0.87 0.51 0 0.01 215.07 0.97 0.56
Hex 21 7C FC 57 33 0 1 D7 61 38
Octal 41 174 374 127 63 0 1 327 141 70
Binary 100001 1111100 11111100 1010111 110011 0 1 11010111 1100001 111000

Color Harmonies of #217CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217CFC

Black with #217CFC

Text Example


Text Example

White with #217CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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