Html Css Color HEX #517CFC Cornflower Blue

📋 copy color: '#517CFC'

red 81 ◦ green 124 ◦ blue 252

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

Shades of Cornflower Blue #517CFC

Tints of Cornflower Blue #517CFC

RGB

 RED value IS 81 (32.03% from 255) = 17.72%

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

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

R = 17.72%
G = 27.13%
B = 55.14%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#517CFC (or 0x517CFC) is known color: Cornflower Blue. HEX triplet: 51, 7C and FC. RGB value is (81,124,252). Sum of RGB (Red+Green+Blue) = 81+124+252=457 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.72% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #517CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517CFC is #AE8303. Grayscale: #7D7D7D. Windows color (decimal): -11436804 or 16546897. OLE color: 16546897.

HSL color Cylindrical-coordinate representation of color #517CFC: hue angle of 224.91º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #517CFC is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 124 252 -
CMYK 0.68 0.51 0 0.01
HSL 224.91º 0.97% 0.65% -
HSV(B) 224.91º 0.68% 0.99% -
XYZ 28.17 23.19 95.09 -
YUV 125.74 199.25 96.09 -
System Red Green Blue C M Y K H S L
Decimal 81 124 252 0.68 0.51 0 0.01 224.91 0.97 0.65
Hex 51 7C FC 44 33 0 1 E1 61 41
Octal 121 174 374 104 63 0 1 341 141 101
Binary 1010001 1111100 11111100 1000100 110011 0 1 11100001 1100001 1000001

Color Harmonies of #517CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517CFC

Black with #517CFC

Text Example


Text Example

White with #517CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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