Html Css Color HEX #509BFE Cornflower Blue

📋 copy color: '#509BFE'

red 80 ◦ green 155 ◦ blue 254

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

Shades of Cornflower Blue #509BFE

Tints of Cornflower Blue #509BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.94%

R = 16.36%
G = 31.7%
B = 51.94%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#509BFE (or 0x509BFE) is known color: Cornflower Blue. HEX triplet: 50, 9B and FE. RGB value is (80,155,254). Sum of RGB (Red+Green+Blue) = 80+155+254=489 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.36% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #509BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509BFE is #AF6401. Grayscale: #8F8F8F. Windows color (decimal): -11494402 or 16685904. OLE color: 16685904.

HSL color Cylindrical-coordinate representation of color #509BFE: hue angle of 214.14º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #509BFE is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 155 254 -
CMYK 0.69 0.39 0 0.00
HSL 214.14º 0.99% 0.65% -
HSV(B) 214.14º 0.69% 1% -
XYZ 32.92 32.3 98.27 -
YUV 143.86 190.15 82.45 -
System Red Green Blue C M Y K H S L
Decimal 80 155 254 0.69 0.39 0 0.00 214.14 0.99 0.65
Hex 50 9B FE 45 27 0 0 D6 63 41
Octal 120 233 376 105 47 0 0 326 143 101
Binary 1010000 10011011 11111110 1000101 100111 0 0 11010110 1100011 1000001

Color Harmonies of #509BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509BFE

Black with #509BFE

Text Example


Text Example

White with #509BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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