Html Css Color HEX #509AF7 Cornflower Blue

📋 copy color: '#509AF7'

red 80 ◦ green 154 ◦ blue 247

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

Shades of Cornflower Blue #509AF7

Tints of Cornflower Blue #509AF7

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.02%

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

R = 16.63%
G = 32.02%
B = 51.35%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#509AF7 (or 0x509AF7) is known color: Cornflower Blue. HEX triplet: 50, 9A and F7. RGB value is (80,154,247). Sum of RGB (Red+Green+Blue) = 80+154+247=481 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.63% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 247 (96.88% from 255 or 51.35% from 481); Max value from RGB is 247 - color contains mainly: blue. Hex color #509AF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509AF7 is #AF6508. Grayscale: #8E8E8E. Windows color (decimal): -11494665 or 16226896. OLE color: 16226896.

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

Color convert

RGB 80 154 247 -
CMYK 0.68 0.38 0 0.03
HSL 213.41º 0.91% 0.64% -
HSV(B) 213.41º 0.68% 0.97% -
XYZ 31.65 31.53 92.41 -
YUV 142.48 186.98 83.44 -
System Red Green Blue C M Y K H S L
Decimal 80 154 247 0.68 0.38 0 0.03 213.41 0.91 0.64
Hex 50 9A F7 44 26 0 3 D5 5B 40
Octal 120 232 367 104 46 0 3 325 133 100
Binary 1010000 10011010 11110111 1000100 100110 0 11 11010101 1011011 1000000

Color Harmonies of #509AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509AF7

Black with #509AF7

Text Example


Text Example

White with #509AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509AF7; }

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

 H1.HeaderClassName
 {
   color: #509AF7;
 }
 .AnyTagClassName
 {
   color: #509AF7;
 }
</style>

background-color css

<style>
 a { background-color: #509AF7; }

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

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

border-color css

<style>
 span { border-color: #509AF7; }

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

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