Html Css Color HEX #507CFE Cornflower Blue

📋 copy color: '#507CFE'

red 80 ◦ green 124 ◦ blue 254

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

Shades of Cornflower Blue #507CFE

Tints of Cornflower Blue #507CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.46%

R = 17.47%
G = 27.07%
B = 55.46%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#507CFE (or 0x507CFE) is known color: Cornflower Blue. HEX triplet: 50, 7C and FE. RGB value is (80,124,254). Sum of RGB (Red+Green+Blue) = 80+124+254=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #507CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507CFE is #AF8301. Grayscale: #7D7D7D. Windows color (decimal): -11502338 or 16677968. OLE color: 16677968.

HSL color Cylindrical-coordinate representation of color #507CFE: hue angle of 224.83º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #507CFE is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 124 254 -
CMYK 0.69 0.51 0 0.00
HSL 224.83º 0.99% 0.65% -
HSV(B) 224.83º 0.69% 1% -
XYZ 28.41 23.28 96.76 -
YUV 125.66 200.42 95.43 -
System Red Green Blue C M Y K H S L
Decimal 80 124 254 0.69 0.51 0 0.00 224.83 0.99 0.65
Hex 50 7C FE 45 33 0 0 E1 63 41
Octal 120 174 376 105 63 0 0 341 143 101
Binary 1010000 1111100 11111110 1000101 110011 0 0 11100001 1100011 1000001

Color Harmonies of #507CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507CFE

Black with #507CFE

Text Example


Text Example

White with #507CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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