Html Css Color HEX #509BFB Cornflower Blue

📋 copy color: '#509BFB'

red 80 ◦ green 155 ◦ blue 251

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

Shades of Cornflower Blue #509BFB

Tints of Cornflower Blue #509BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.65%

R = 16.46%
G = 31.89%
B = 51.65%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#509BFB (or 0x509BFB) is known color: Cornflower Blue. HEX triplet: 50, 9B and FB. RGB value is (80,155,251). Sum of RGB (Red+Green+Blue) = 80+155+251=486 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.46% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #509BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509BFB is #AF6404. Grayscale: #8F8F8F. Windows color (decimal): -11494405 or 16489296. OLE color: 16489296.

HSL color Cylindrical-coordinate representation of color #509BFB: hue angle of 213.68º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #509BFB is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 155 251 -
CMYK 0.68 0.38 0 0.02
HSL 213.68º 0.96% 0.65% -
HSV(B) 213.68º 0.68% 0.98% -
XYZ 32.44 32.11 95.76 -
YUV 143.52 188.65 82.69 -
System Red Green Blue C M Y K H S L
Decimal 80 155 251 0.68 0.38 0 0.02 213.68 0.96 0.65
Hex 50 9B FB 44 26 0 2 D6 60 41
Octal 120 233 373 104 46 0 2 326 140 101
Binary 1010000 10011011 11111011 1000100 100110 0 10 11010110 1100000 1000001

Color Harmonies of #509BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509BFB

Black with #509BFB

Text Example


Text Example

White with #509BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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