Html Css Color HEX #509CF6 Cornflower Blue

📋 copy color: '#509CF6'

red 80 ◦ green 156 ◦ blue 246

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

Shades of Cornflower Blue #509CF6

Tints of Cornflower Blue #509CF6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.37%

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

R = 16.6%
G = 32.37%
B = 51.04%

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

#509CF6 (or 0x509CF6) is known color: Cornflower Blue. HEX triplet: 50, 9C and F6. RGB value is (80,156,246). Sum of RGB (Red+Green+Blue) = 80+156+246=482 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.60% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 246 (96.48% from 255 or 51.04% from 482); Max value from RGB is 246 - color contains mainly: blue. Hex color #509CF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509CF6 is #AF6309. Grayscale: #8F8F8F. Windows color (decimal): -11494154 or 16161872. OLE color: 16161872.

HSL color Cylindrical-coordinate representation of color #509CF6: hue angle of 212.53º 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 #509CF6 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 156 246 -
CMYK 0.67 0.37 0 0.04
HSL 212.53º 0.9% 0.64% -
HSV(B) 212.53º 0.67% 0.96% -
XYZ 31.83 32.14 91.71 -
YUV 143.54 185.82 82.68 -
System Red Green Blue C M Y K H S L
Decimal 80 156 246 0.67 0.37 0 0.04 212.53 0.9 0.64
Hex 50 9C F6 43 25 0 4 D5 5A 40
Octal 120 234 366 103 45 0 4 325 132 100
Binary 1010000 10011100 11110110 1000011 100101 0 100 11010101 1011010 1000000

Color Harmonies of #509CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509CF6

Black with #509CF6

Text Example


Text Example

White with #509CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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