Html Css Color HEX #508FF7 Cornflower Blue

📋 copy color: '#508FF7'

red 80 ◦ green 143 ◦ blue 247

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

Shades of Cornflower Blue #508FF7

Tints of Cornflower Blue #508FF7

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.43%

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

R = 17.02%
G = 30.43%
B = 52.55%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#508FF7 (or 0x508FF7) is known color: Cornflower Blue. HEX triplet: 50, 8F and F7. RGB value is (80,143,247). Sum of RGB (Red+Green+Blue) = 80+143+247=470 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.02% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 247 (96.88% from 255 or 52.55% from 470); Max value from RGB is 247 - color contains mainly: blue. Hex color #508FF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508FF7 is #AF7008. Grayscale: #878787. Windows color (decimal): -11497481 or 16224080. OLE color: 16224080.

HSL color Cylindrical-coordinate representation of color #508FF7: hue angle of 217.37º 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 #508FF7 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 143 247 -
CMYK 0.68 0.42 0 0.03
HSL 217.37º 0.91% 0.64% -
HSV(B) 217.37º 0.68% 0.97% -
XYZ 29.92 28.07 91.84 -
YUV 136.02 190.63 88.04 -
System Red Green Blue C M Y K H S L
Decimal 80 143 247 0.68 0.42 0 0.03 217.37 0.91 0.64
Hex 50 8F F7 44 2A 0 3 D9 5B 40
Octal 120 217 367 104 52 0 3 331 133 100
Binary 1010000 10001111 11110111 1000100 101010 0 11 11011001 1011011 1000000

Color Harmonies of #508FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FF7

Black with #508FF7

Text Example


Text Example

White with #508FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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