Html Css Color HEX #509BEF Cornflower Blue

📋 copy color: '#509BEF'

red 80 ◦ green 155 ◦ blue 239

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

Shades of Cornflower Blue #509BEF

Tints of Cornflower Blue #509BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.42%

R = 16.88%
G = 32.7%
B = 50.42%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#509BEF (or 0x509BEF) is known color: Cornflower Blue. HEX triplet: 50, 9B and EF. RGB value is (80,155,239). Sum of RGB (Red+Green+Blue) = 80+155+239=474 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.88% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #509BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509BEF is #AF6410. Grayscale: #8D8D8D. Windows color (decimal): -11494417 or 15702864. OLE color: 15702864.

HSL color Cylindrical-coordinate representation of color #509BEF: hue angle of 211.7º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #509BEF is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 155 239 -
CMYK 0.67 0.35 0 0.06
HSL 211.7º 0.83% 0.63% -
HSV(B) 211.7º 0.67% 0.94% -
XYZ 30.61 31.38 86.11 -
YUV 142.15 182.65 83.67 -
System Red Green Blue C M Y K H S L
Decimal 80 155 239 0.67 0.35 0 0.06 211.7 0.83 0.63
Hex 50 9B EF 43 23 0 6 D4 53 3F
Octal 120 233 357 103 43 0 6 324 123 77
Binary 1010000 10011011 11101111 1000011 100011 0 110 11010100 1010011 111111

Color Harmonies of #509BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509BEF

Black with #509BEF

Text Example


Text Example

White with #509BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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