#5F9BFF

Color #5F9BFF Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5F9BFF

Tints of Cornflower Blue #5F9BFF

Color information

#5F9BFF (or 0x5F9BFF) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 9B and FF. RGB value is (95,155,255). Sum of RGB (Red+Green+Blue) = 95+155+255=505 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.81% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F9BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F9BFF is #A06400. Grayscale: #949494. Windows color (decimal): -10511361 or 16751455. OLE color: 16751455.

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

Color convert

RGB95155255-
CMYK0.630.3900
HSL217.5º100%68.63%-
HSV(B)217.5º62.75%100%-
XYZ34.4933.199.18-
YUV148.46188.1289.87-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.81%
GREEN value IS 155 (60.94% from 255) = 30.69%
BLUE value IS 255 (100% from 255) = 50.50%
R=18.81%
G=30.69%
B=50.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal951552550.630.3900217.510068.63
Hex5F9BFF3F2700da6445
Octal137233377774700332144105
Binary10111111001101111111111111111100111001101101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F9BFF; }

 p { color: rgb(95,155,255); }

 H1.HeaderClassName
 {
   color: #5F9BFF;
 }
 .AnyTagClassName
 {
   color: #5F9BFF;
 }
</style>
background-color css

<style>
 a { background-color: #5F9BFF; }

 a { background-color: rgb(95,155,255); }

 div.DivClassName
 {
   background-color: #5F9BFF;
 }
 .BgClassName
 {
   background-color: #5F9BFF;
 }
</style>
border-color css

<style>
 span { border-color: #5F9BFF; }

 span { border-color: rgb(95,155,255); }

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