Html Css Color HEX #509AFC Cornflower Blue

📋 copy color: '#509AFC'

red 80 ◦ green 154 ◦ blue 252

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

Shades of Cornflower Blue #509AFC

Tints of Cornflower Blue #509AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.85%

R = 16.46%
G = 31.69%
B = 51.85%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#509AFC (or 0x509AFC) is known color: Cornflower Blue. HEX triplet: 50, 9A and FC. RGB value is (80,154,252). Sum of RGB (Red+Green+Blue) = 80+154+252=486 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.46% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #509AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509AFC is #AF6503. Grayscale: #8E8E8E. Windows color (decimal): -11494660 or 16554576. OLE color: 16554576.

HSL color Cylindrical-coordinate representation of color #509AFC: hue angle of 214.19º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #509AFC is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 154 252 -
CMYK 0.68 0.39 0 0.01
HSL 214.19º 0.97% 0.65% -
HSV(B) 214.19º 0.68% 0.99% -
XYZ 32.43 31.84 96.53 -
YUV 143.05 189.48 83.03 -
System Red Green Blue C M Y K H S L
Decimal 80 154 252 0.68 0.39 0 0.01 214.19 0.97 0.65
Hex 50 9A FC 44 27 0 1 D6 61 41
Octal 120 232 374 104 47 0 1 326 141 101
Binary 1010000 10011010 11111100 1000100 100111 0 1 11010110 1100001 1000001

Color Harmonies of #509AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509AFC

Black with #509AFC

Text Example


Text Example

White with #509AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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