#0621EB

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

Shades of Blue #0621EB

Tints of Blue #0621EB

Color information

#0621EB (or 0x0621EB) is unknown color: approx Blue. HEX triplet: 06, 21 and EB. RGB value is (6,33,235). Sum of RGB (Red+Green+Blue) = 6+33+235=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 235 (92.19% from 255 or 85.77% from 274); Max value from RGB is 235 - color contains mainly: blue. Hex color #0621EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0621EB is #F9DE14. Grayscale: #2F2F2F. Windows color (decimal): -16375317 or 15409414. OLE color: 15409414.

HSL color Cylindrical-coordinate representation of color #0621EB: hue angle of 232.93º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0621EB is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB633235-
CMYK0.970.8600.08
HSL232.93º95.02%47.25%-
HSV(B)232.93º97.45%92.16%-
XYZ15.617.1279.15-
YUV47.96233.5598.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.19%
GREEN value IS 33 (13.28% from 255) = 12.04%
BLUE value IS 235 (92.19% from 255) = 85.77%
R=2.19%
G=12.04%
B=85.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal6332350.970.8600.08232.9395.0247.25
Hex621EB615608e95f2f
Octal64135314112601035113757
Binary110100001111010111100001101011001000111010011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0621EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0621EB; }

 p { color: rgb(6,33,235); }

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

<style>
 a { background-color: #0621EB; }

 a { background-color: rgb(6,33,235); }

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

<style>
 span { border-color: #0621EB; }

 span { border-color: rgb(6,33,235); }

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