Html Css Color HEX #509EF7 Cornflower Blue

📋 copy color: '#509EF7'

red 80 ◦ green 158 ◦ blue 247

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

Shades of Cornflower Blue #509EF7

Tints of Cornflower Blue #509EF7

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.58%

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

R = 16.49%
G = 32.58%
B = 50.93%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#509EF7 (or 0x509EF7) is known color: Cornflower Blue. HEX triplet: 50, 9E and F7. RGB value is (80,158,247). Sum of RGB (Red+Green+Blue) = 80+158+247=485 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.49% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #509EF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509EF7 is #AF6108. Grayscale: #909090. Windows color (decimal): -11493641 or 16227920. OLE color: 16227920.

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

Color convert

RGB 80 158 247 -
CMYK 0.68 0.36 0 0.03
HSL 211.98º 0.91% 0.64% -
HSV(B) 211.98º 0.68% 0.97% -
XYZ 32.32 32.87 92.64 -
YUV 144.82 185.66 81.76 -
System Red Green Blue C M Y K H S L
Decimal 80 158 247 0.68 0.36 0 0.03 211.98 0.91 0.64
Hex 50 9E F7 44 24 0 3 D4 5B 40
Octal 120 236 367 104 44 0 3 324 133 100
Binary 1010000 10011110 11110111 1000100 100100 0 11 11010100 1011011 1000000

Color Harmonies of #509EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509EF7

Black with #509EF7

Text Example


Text Example

White with #509EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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