Html Css Color HEX #507FF7 Cornflower Blue

📋 copy color: '#507FF7'

red 80 ◦ green 127 ◦ blue 247

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

Shades of Cornflower Blue #507FF7

Tints of Cornflower Blue #507FF7

RGB

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

 GREEN value IS 127 (50% from 255) = 27.97%

 BLUE value IS 247 (96.88% from 255) = 54.41%

R = 17.62%
G = 27.97%
B = 54.41%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#507FF7 (or 0x507FF7) is known color: Cornflower Blue. HEX triplet: 50, 7F and F7. RGB value is (80,127,247). Sum of RGB (Red+Green+Blue) = 80+127+247=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 247 (96.88% from 255 or 54.41% from 454); Max value from RGB is 247 - color contains mainly: blue. Hex color #507FF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507FF7 is #AF8008. Grayscale: #7E7E7E. Windows color (decimal): -11501577 or 16219984. OLE color: 16219984.

HSL color Cylindrical-coordinate representation of color #507FF7: hue angle of 223.11º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #507FF7 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 127 247 -
CMYK 0.68 0.49 0 0.03
HSL 223.11º 0.91% 0.64% -
HSV(B) 223.11º 0.68% 0.97% -
XYZ 27.69 23.6 91.09 -
YUV 126.63 195.93 94.74 -
System Red Green Blue C M Y K H S L
Decimal 80 127 247 0.68 0.49 0 0.03 223.11 0.91 0.64
Hex 50 7F F7 44 31 0 3 DF 5B 40
Octal 120 177 367 104 61 0 3 337 133 100
Binary 1010000 1111111 11110111 1000100 110001 0 11 11011111 1011011 1000000

Color Harmonies of #507FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507FF7

Black with #507FF7

Text Example


Text Example

White with #507FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,127,247); }

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

background-color css

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

 a { background-color: rgb(80,127,247); }

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

border-color css

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

 span { border-color: rgb(80,127,247); }

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