Html Css Color HEX #517CFD Cornflower Blue

📋 copy color: '#517CFD'

red 81 ◦ green 124 ◦ blue 253

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

Shades of Cornflower Blue #517CFD

Tints of Cornflower Blue #517CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.24%

R = 17.69%
G = 27.07%
B = 55.24%

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

#517CFD (or 0x517CFD) is known color: Cornflower Blue. HEX triplet: 51, 7C and FD. RGB value is (81,124,253). Sum of RGB (Red+Green+Blue) = 81+124+253=458 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.69% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #517CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517CFD is #AE8302. Grayscale: #7D7D7D. Windows color (decimal): -11436803 or 16612433. OLE color: 16612433.

HSL color Cylindrical-coordinate representation of color #517CFD: hue angle of 225º degrees, saturation: 0.98, 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 #517CFD is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 124 253 -
CMYK 0.68 0.51 0 0.01
HSL 225º 0.98% 0.65% -
HSV(B) 225º 0.68% 0.99% -
XYZ 28.33 23.26 95.92 -
YUV 125.85 199.75 96.01 -
System Red Green Blue C M Y K H S L
Decimal 81 124 253 0.68 0.51 0 0.01 225 0.98 0.65
Hex 51 7C FD 44 33 0 1 E1 62 41
Octal 121 174 375 104 63 0 1 341 142 101
Binary 1010001 1111100 11111101 1000100 110011 0 1 11100001 1100010 1000001

Color Harmonies of #517CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517CFD

Black with #517CFD

Text Example


Text Example

White with #517CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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