#2067FC

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

Shades of Royal Blue #2067FC

Tints of Royal Blue #2067FC

Color information

#2067FC (or 0x2067FC) is unknown color: approx Royal Blue. HEX triplet: 20, 67 and FC. RGB value is (32,103,252). Sum of RGB (Red+Green+Blue) = 32+103+252=387 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.27% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #2067FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2067FC is #DF9803. Grayscale: #626262. Windows color (decimal): -14653444 or 16541472. OLE color: 16541472.

HSL color Cylindrical-coordinate representation of color #2067FC: hue angle of 220.64º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2067FC is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB32103252-
CMYK0.870.5900.01
HSL220.64º97.35%55.69%-
HSV(B)220.64º87.3%98.82%-
XYZ23.0217.0494.17-
YUV98.76214.4880.38-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.27%
GREEN value IS 103 (40.62% from 255) = 26.61%
BLUE value IS 252 (98.83% from 255) = 65.12%
R=8.27%
G=26.61%
B=65.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal321032520.870.5900.01220.6497.3555.69
Hex2067FC573B01dd6138
Octal40147374127730133514170
Binary100000110011111111100101011111101101110111011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2067FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2067FC; }

 p { color: rgb(32,103,252); }

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

<style>
 a { background-color: #2067FC; }

 a { background-color: rgb(32,103,252); }

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

<style>
 span { border-color: #2067FC; }

 span { border-color: rgb(32,103,252); }

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