Html Css Color HEX #509AF6 Cornflower Blue

📋 copy color: '#509AF6'

red 80 ◦ green 154 ◦ blue 246

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

Shades of Cornflower Blue #509AF6

Tints of Cornflower Blue #509AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.25%

R = 16.67%
G = 32.08%
B = 51.25%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#509AF6 (or 0x509AF6) is known color: Cornflower Blue. HEX triplet: 50, 9A and F6. RGB value is (80,154,246). Sum of RGB (Red+Green+Blue) = 80+154+246=480 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.67% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 246 (96.48% from 255 or 51.25% from 480); Max value from RGB is 246 - color contains mainly: blue. Hex color #509AF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509AF6 is #AF6509. Grayscale: #8D8D8D. Windows color (decimal): -11494666 or 16161360. OLE color: 16161360.

HSL color Cylindrical-coordinate representation of color #509AF6: hue angle of 213.25º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #509AF6 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 154 246 -
CMYK 0.67 0.37 0 0.04
HSL 213.25º 0.9% 0.64% -
HSV(B) 213.25º 0.67% 0.96% -
XYZ 31.5 31.47 91.6 -
YUV 142.36 186.48 83.52 -
System Red Green Blue C M Y K H S L
Decimal 80 154 246 0.67 0.37 0 0.04 213.25 0.9 0.64
Hex 50 9A F6 43 25 0 4 D5 5A 40
Octal 120 232 366 103 45 0 4 325 132 100
Binary 1010000 10011010 11110110 1000011 100101 0 100 11010101 1011010 1000000

Color Harmonies of #509AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509AF6

Black with #509AF6

Text Example


Text Example

White with #509AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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