#2061FE

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

Shades of Royal Blue #2061FE

Tints of Royal Blue #2061FE

Color information

#2061FE (or 0x2061FE) is unknown color: approx Royal Blue. HEX triplet: 20, 61 and FE. RGB value is (32,97,254). Sum of RGB (Red+Green+Blue) = 32+97+254=383 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.36% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #2061FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2061FE is #DF9E01. Grayscale: #5E5E5E. Windows color (decimal): -14654978 or 16671008. OLE color: 16671008.

HSL color Cylindrical-coordinate representation of color #2061FE: hue angle of 222.43º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2061FE is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB3297254-
CMYK0.870.6200.00
HSL222.43º99.11%56.08%-
HSV(B)222.43º87.4%99.61%-
XYZ22.7616.0195.66-
YUV95.46217.4782.73-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.36%
GREEN value IS 97 (38.28% from 255) = 25.33%
BLUE value IS 254 (99.61% from 255) = 66.32%
R=8.36%
G=25.33%
B=66.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal32972540.870.6200.00222.4399.1156.08
Hex2061FE573E00de6338
Octal40141376127760033614370
Binary100000110000111111110101011111111000110111101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2061FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2061FE; }

 p { color: rgb(32,97,254); }

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

<style>
 a { background-color: #2061FE; }

 a { background-color: rgb(32,97,254); }

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

<style>
 span { border-color: #2061FE; }

 span { border-color: rgb(32,97,254); }

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