Html Css Color HEX #509AE7 Cornflower Blue

📋 copy color: '#509AE7'

red 80 ◦ green 154 ◦ blue 231

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

Shades of Cornflower Blue #509AE7

Tints of Cornflower Blue #509AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.68%

R = 17.2%
G = 33.12%
B = 49.68%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#509AE7 (or 0x509AE7) is known color: Cornflower Blue. HEX triplet: 50, 9A and E7. RGB value is (80,154,231). Sum of RGB (Red+Green+Blue) = 80+154+231=465 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.20% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 231 (90.62% from 255 or 49.68% from 465); Max value from RGB is 231 - color contains mainly: blue. Hex color #509AE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509AE7 is #AF6518. Grayscale: #8C8C8C. Windows color (decimal): -11494681 or 15178320. OLE color: 15178320.

HSL color Cylindrical-coordinate representation of color #509AE7: hue angle of 210.6º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #509AE7 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 154 231 -
CMYK 0.65 0.33 0 0.09
HSL 210.6º 0.76% 0.61% -
HSV(B) 210.6º 0.65% 0.91% -
XYZ 29.29 30.59 79.96 -
YUV 140.65 178.98 84.74 -
System Red Green Blue C M Y K H S L
Decimal 80 154 231 0.65 0.33 0 0.09 210.6 0.76 0.61
Hex 50 9A E7 41 21 0 9 D3 4C 3D
Octal 120 232 347 101 41 0 11 323 114 75
Binary 1010000 10011010 11100111 1000001 100001 0 1001 11010011 1001100 111101

Color Harmonies of #509AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509AE7

Black with #509AE7

Text Example


Text Example

White with #509AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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