Html Css Color HEX #509AED Cornflower Blue

📋 copy color: '#509AED'

red 80 ◦ green 154 ◦ blue 237

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

Shades of Cornflower Blue #509AED

Tints of Cornflower Blue #509AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.32%

R = 16.99%
G = 32.7%
B = 50.32%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#509AED (or 0x509AED) is known color: Cornflower Blue. HEX triplet: 50, 9A and ED. RGB value is (80,154,237). Sum of RGB (Red+Green+Blue) = 80+154+237=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #509AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509AED is #AF6512. Grayscale: #8C8C8C. Windows color (decimal): -11494675 or 15571536. OLE color: 15571536.

HSL color Cylindrical-coordinate representation of color #509AED: hue angle of 211.72º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #509AED is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 154 237 -
CMYK 0.66 0.35 0 0.07
HSL 211.72º 0.81% 0.62% -
HSV(B) 211.72º 0.66% 0.93% -
XYZ 30.15 30.93 84.5 -
YUV 141.34 181.98 84.25 -
System Red Green Blue C M Y K H S L
Decimal 80 154 237 0.66 0.35 0 0.07 211.72 0.81 0.62
Hex 50 9A ED 42 23 0 7 D4 51 3E
Octal 120 232 355 102 43 0 7 324 121 76
Binary 1010000 10011010 11101101 1000010 100011 0 111 11010100 1010001 111110

Color Harmonies of #509AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509AED

Black with #509AED

Text Example


Text Example

White with #509AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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