Html Css Color HEX #507DFE Cornflower Blue

📋 copy color: '#507DFE'

red 80 ◦ green 125 ◦ blue 254

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

Shades of Cornflower Blue #507DFE

Tints of Cornflower Blue #507DFE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.23%

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

R = 17.43%
G = 27.23%
B = 55.34%

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

#507DFE (or 0x507DFE) is known color: Cornflower Blue. HEX triplet: 50, 7D and FE. RGB value is (80,125,254). Sum of RGB (Red+Green+Blue) = 80+125+254=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #507DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507DFE is #AF8201. Grayscale: #7D7D7D. Windows color (decimal): -11502082 or 16678224. OLE color: 16678224.

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

Color convert

RGB 80 125 254 -
CMYK 0.69 0.51 0 0.00
HSL 224.48º 0.99% 0.65% -
HSV(B) 224.48º 0.69% 1% -
XYZ 28.53 23.53 96.8 -
YUV 126.25 200.09 95.01 -
System Red Green Blue C M Y K H S L
Decimal 80 125 254 0.69 0.51 0 0.00 224.48 0.99 0.65
Hex 50 7D FE 45 33 0 0 E0 63 41
Octal 120 175 376 105 63 0 0 340 143 101
Binary 1010000 1111101 11111110 1000101 110011 0 0 11100000 1100011 1000001

Color Harmonies of #507DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507DFE

Black with #507DFE

Text Example


Text Example

White with #507DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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