Html Css Color HEX #507CFD Cornflower Blue

📋 copy color: '#507CFD'

red 80 ◦ green 124 ◦ blue 253

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

Shades of Cornflower Blue #507CFD

Tints of Cornflower Blue #507CFD

RGB

 RED value IS 80 (31.64% from 255) = 17.51%

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

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

R = 17.51%
G = 27.13%
B = 55.36%

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

#507CFD (or 0x507CFD) is known color: Cornflower Blue. HEX triplet: 50, 7C and FD. RGB value is (80,124,253). Sum of RGB (Red+Green+Blue) = 80+124+253=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #507CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507CFD is #AF8302. Grayscale: #7C7C7C. Windows color (decimal): -11502339 or 16612432. OLE color: 16612432.

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

Color convert

RGB 80 124 253 -
CMYK 0.68 0.51 0 0.01
HSL 224.74º 0.98% 0.65% -
HSV(B) 224.74º 0.68% 0.99% -
XYZ 28.25 23.21 95.92 -
YUV 125.55 199.92 95.51 -
System Red Green Blue C M Y K H S L
Decimal 80 124 253 0.68 0.51 0 0.01 224.74 0.98 0.65
Hex 50 7C FD 44 33 0 1 E1 62 41
Octal 120 174 375 104 63 0 1 341 142 101
Binary 1010000 1111100 11111101 1000100 110011 0 1 11100001 1100010 1000001

Color Harmonies of #507CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507CFD

Black with #507CFD

Text Example


Text Example

White with #507CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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