#0027FF

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

Shades of Blue #0027FF

Tints of Blue #0027FF

Color information

#0027FF (or 0x0027FF) is unknown color: approx Blue. HEX triplet: 00, 27 and FF. RGB value is (0,39,255). Sum of RGB (Red+Green+Blue) = 0+39+255=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 255 (100% from 255 or 86.73% from 294); Max value from RGB is 255 - color contains mainly: blue. Hex color #0027FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0027FF is #FFD800. Grayscale: #333333. Windows color (decimal): -16766977 or 16721664. OLE color: 16721664.

HSL color Cylindrical-coordinate representation of color #0027FF: hue angle of 230.82º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0027FF is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB039255-
CMYK10.8500
HSL230.82º100%50%-
HSV(B)230.82º100%100%-
XYZ18.788.6795.29-
YUV51.96242.5890.94-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 39 (15.62% from 255) = 13.27%
BLUE value IS 255 (100% from 255) = 86.73%
R=0%
G=13.27%
B=86.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal03925510.8500230.8210050
Hex027FF645500e76432
Octal0473771441250034714462
Binary0100111111111111100100101010100111001111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0027FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0027FF; }

 p { color: rgb(0,39,255); }

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

<style>
 a { background-color: #0027FF; }

 a { background-color: rgb(0,39,255); }

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

<style>
 span { border-color: #0027FF; }

 span { border-color: rgb(0,39,255); }

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