Html Css Color HEX #509CEB Cornflower Blue

📋 copy color: '#509CEB'

red 80 ◦ green 156 ◦ blue 235

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

Shades of Cornflower Blue #509CEB

Tints of Cornflower Blue #509CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.89%

R = 16.99%
G = 33.12%
B = 49.89%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#509CEB (or 0x509CEB) is known color: Cornflower Blue. HEX triplet: 50, 9C and EB. RGB value is (80,156,235). Sum of RGB (Red+Green+Blue) = 80+156+235=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #509CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509CEB is #AF6314. Grayscale: #8D8D8D. Windows color (decimal): -11494165 or 15440976. OLE color: 15440976.

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

Color convert

RGB 80 156 235 -
CMYK 0.66 0.34 0 0.08
HSL 210.58º 0.79% 0.62% -
HSV(B) 210.58º 0.66% 0.92% -
XYZ 30.19 31.48 83.08 -
YUV 142.28 180.32 83.58 -
System Red Green Blue C M Y K H S L
Decimal 80 156 235 0.66 0.34 0 0.08 210.58 0.79 0.62
Hex 50 9C EB 42 22 0 8 D3 4F 3E
Octal 120 234 353 102 42 0 10 323 117 76
Binary 1010000 10011100 11101011 1000010 100010 0 1000 11010011 1001111 111110

Color Harmonies of #509CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509CEB

Black with #509CEB

Text Example


Text Example

White with #509CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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