Html Css Color HEX #509BE7 Cornflower Blue

📋 copy color: '#509BE7'

red 80 ◦ green 155 ◦ blue 231

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

Shades of Cornflower Blue #509BE7

Tints of Cornflower Blue #509BE7

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.26%

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

R = 17.17%
G = 33.26%
B = 49.57%

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

#509BE7 (or 0x509BE7) is known color: Cornflower Blue. HEX triplet: 50, 9B and E7. RGB value is (80,155,231). Sum of RGB (Red+Green+Blue) = 80+155+231=466 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.17% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 231 (90.62% from 255 or 49.57% from 466); Max value from RGB is 231 - color contains mainly: blue. Hex color #509BE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509BE7 is #AF6418. Grayscale: #8C8C8C. Windows color (decimal): -11494425 or 15178576. OLE color: 15178576.

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

Color convert

RGB 80 155 231 -
CMYK 0.65 0.33 0 0.09
HSL 210.2º 0.76% 0.61% -
HSV(B) 210.2º 0.65% 0.91% -
XYZ 29.45 30.92 80.02 -
YUV 141.24 178.65 84.32 -
System Red Green Blue C M Y K H S L
Decimal 80 155 231 0.65 0.33 0 0.09 210.2 0.76 0.61
Hex 50 9B E7 41 21 0 9 D2 4C 3D
Octal 120 233 347 101 41 0 11 322 114 75
Binary 1010000 10011011 11100111 1000001 100001 0 1001 11010010 1001100 111101

Color Harmonies of #509BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509BE7

Black with #509BE7

Text Example


Text Example

White with #509BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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