Html Css Color HEX #509FEA Cornflower Blue

📋 copy color: '#509FEA'

red 80 ◦ green 159 ◦ blue 234

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

Shades of Cornflower Blue #509FEA

Tints of Cornflower Blue #509FEA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.62%

 BLUE value IS 234 (91.8% from 255) = 49.47%

R = 16.91%
G = 33.62%
B = 49.47%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#509FEA (or 0x509FEA) is known color: Cornflower Blue. HEX triplet: 50, 9F and EA. RGB value is (80,159,234). Sum of RGB (Red+Green+Blue) = 80+159+234=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #509FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509FEA is #AF6015. Grayscale: #8F8F8F. Windows color (decimal): -11493398 or 15376208. OLE color: 15376208.

HSL color Cylindrical-coordinate representation of color #509FEA: hue angle of 209.22º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #509FEA is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 159 234 -
CMYK 0.66 0.32 0 0.08
HSL 209.22º 0.79% 0.62% -
HSV(B) 209.22º 0.66% 0.92% -
XYZ 30.56 32.44 82.49 -
YUV 143.93 178.83 82.4 -
System Red Green Blue C M Y K H S L
Decimal 80 159 234 0.66 0.32 0 0.08 209.22 0.79 0.62
Hex 50 9F EA 42 20 0 8 D1 4F 3E
Octal 120 237 352 102 40 0 10 321 117 76
Binary 1010000 10011111 11101010 1000010 100000 0 1000 11010001 1001111 111110

Color Harmonies of #509FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509FEA

Black with #509FEA

Text Example


Text Example

White with #509FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,159,234); }

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

background-color css

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

 a { background-color: rgb(80,159,234); }

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

border-color css

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

 span { border-color: rgb(80,159,234); }

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