Html Css Color HEX #509AF1 Cornflower Blue

📋 copy color: '#509AF1'

red 80 ◦ green 154 ◦ blue 241

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

Shades of Cornflower Blue #509AF1

Tints of Cornflower Blue #509AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.74%

R = 16.84%
G = 32.42%
B = 50.74%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#509AF1 (or 0x509AF1) is known color: Cornflower Blue. HEX triplet: 50, 9A and F1. RGB value is (80,154,241). Sum of RGB (Red+Green+Blue) = 80+154+241=475 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.84% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #509AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509AF1 is #AF650E. Grayscale: #8D8D8D. Windows color (decimal): -11494671 or 15833680. OLE color: 15833680.

HSL color Cylindrical-coordinate representation of color #509AF1: hue angle of 212.42º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #509AF1 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 154 241 -
CMYK 0.67 0.36 0 0.05
HSL 212.42º 0.85% 0.63% -
HSV(B) 212.42º 0.67% 0.95% -
XYZ 30.74 31.17 87.61 -
YUV 141.79 183.98 83.93 -
System Red Green Blue C M Y K H S L
Decimal 80 154 241 0.67 0.36 0 0.05 212.42 0.85 0.63
Hex 50 9A F1 43 24 0 5 D4 55 3F
Octal 120 232 361 103 44 0 5 324 125 77
Binary 1010000 10011010 11110001 1000011 100100 0 101 11010100 1010101 111111

Color Harmonies of #509AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509AF1

Black with #509AF1

Text Example


Text Example

White with #509AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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