#031CED

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

Shades of Blue #031CED

Tints of Blue #031CED

Color information

#031CED (or 0x031CED) is unknown color: approx Blue. HEX triplet: 03, 1C and ED. RGB value is (3,28,237). Sum of RGB (Red+Green+Blue) = 3+28+237=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 237 (92.97% from 255 or 88.43% from 268); Max value from RGB is 237 - color contains mainly: blue. Hex color #031CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031CED is #FCE312. Grayscale: #2B2B2B. Windows color (decimal): -16573203 or 15539203. OLE color: 15539203.

HSL color Cylindrical-coordinate representation of color #031CED: hue angle of 233.59º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031CED is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB328237-
CMYK0.990.8800.07
HSL233.59º97.5%47.06%-
HSV(B)233.59º98.73%92.94%-
XYZ15.746.9680.64-
YUV44.35236.7298.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 28 (11.33% from 255) = 10.45%
BLUE value IS 237 (92.97% from 255) = 88.43%
R=1.12%
G=10.45%
B=88.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal3282370.990.8800.07233.5997.547.06
Hex31CED635807ea622f
Octal3343551431300735214257
Binary111110011101101110001110110000111111010101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031CED; }

 p { color: rgb(3,28,237); }

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

<style>
 a { background-color: #031CED; }

 a { background-color: rgb(3,28,237); }

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

<style>
 span { border-color: #031CED; }

 span { border-color: rgb(3,28,237); }

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