Html Css Color HEX #509AFF Cornflower Blue

📋 copy color: '#509AFF'

red 80 ◦ green 154 ◦ blue 255

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

Shades of Cornflower Blue #509AFF

Tints of Cornflower Blue #509AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.15%

R = 16.36%
G = 31.49%
B = 52.15%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#509AFF (or 0x509AFF) is known color: Cornflower Blue. HEX triplet: 50, 9A and FF. RGB value is (80,154,255). Sum of RGB (Red+Green+Blue) = 80+154+255=489 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.36% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #509AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509AFF is #AF6500. Grayscale: #8E8E8E. Windows color (decimal): -11494657 or 16751184. OLE color: 16751184.

HSL color Cylindrical-coordinate representation of color #509AFF: hue angle of 214.63º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #509AFF is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 154 255 -
CMYK 0.69 0.40 0 0
HSL 214.63º 1% 0.66% -
HSV(B) 214.63º 0.69% 1% -
XYZ 32.91 32.04 99.06 -
YUV 143.39 190.98 82.79 -
System Red Green Blue C M Y K H S L
Decimal 80 154 255 0.69 0.40 0 0 214.63 1 0.66
Hex 50 9A FF 45 28 0 0 D7 64 42
Octal 120 232 377 105 50 0 0 327 144 102
Binary 1010000 10011010 11111111 1000101 101000 0 0 11010111 1100100 1000010

Color Harmonies of #509AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509AFF

Black with #509AFF

Text Example


Text Example

White with #509AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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