Html Css Color HEX #509CEA Cornflower Blue

📋 copy color: '#509CEA'

red 80 ◦ green 156 ◦ blue 234

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

Shades of Cornflower Blue #509CEA

Tints of Cornflower Blue #509CEA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.19%

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

R = 17.02%
G = 33.19%
B = 49.79%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#509CEA (or 0x509CEA) is known color: Cornflower Blue. HEX triplet: 50, 9C and EA. RGB value is (80,156,234). Sum of RGB (Red+Green+Blue) = 80+156+234=470 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.02% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #509CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509CEA is #AF6315. Grayscale: #8D8D8D. Windows color (decimal): -11494166 or 15375440. OLE color: 15375440.

HSL color Cylindrical-coordinate representation of color #509CEA: hue angle of 210.39º 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 #509CEA is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 156 234 -
CMYK 0.66 0.33 0 0.08
HSL 210.39º 0.79% 0.62% -
HSV(B) 210.39º 0.66% 0.92% -
XYZ 30.05 31.42 82.32 -
YUV 142.17 179.82 83.66 -
System Red Green Blue C M Y K H S L
Decimal 80 156 234 0.66 0.33 0 0.08 210.39 0.79 0.62
Hex 50 9C EA 42 21 0 8 D2 4F 3E
Octal 120 234 352 102 41 0 10 322 117 76
Binary 1010000 10011100 11101010 1000010 100001 0 1000 11010010 1001111 111110

Color Harmonies of #509CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509CEA

Black with #509CEA

Text Example


Text Example

White with #509CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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