#2B66FC

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

Shades of Royal Blue #2B66FC

Tints of Royal Blue #2B66FC

Color information

#2B66FC (or 0x2B66FC) is unknown color: approx Royal Blue. HEX triplet: 2B, 66 and FC. RGB value is (43,102,252). Sum of RGB (Red+Green+Blue) = 43+102+252=397 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.83% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #2B66FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B66FC is #D49903. Grayscale: #646464. Windows color (decimal): -13932804 or 16541227. OLE color: 16541227.

HSL color Cylindrical-coordinate representation of color #2B66FC: hue angle of 223.06º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B66FC is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB43102252-
CMYK0.830.6000.01
HSL223.06º97.21%57.84%-
HSV(B)223.06º82.94%98.82%-
XYZ23.3217.0494.16-
YUV101.46212.9586.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.83%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 252 (98.83% from 255) = 63.48%
R=10.83%
G=25.69%
B=63.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal431022520.830.6000.01223.0697.2157.84
Hex2B66FC533C01df613a
Octal53146374123740133714172
Binary101011110011011111100101001111110001110111111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B66FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B66FC; }

 p { color: rgb(43,102,252); }

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

<style>
 a { background-color: #2B66FC; }

 a { background-color: rgb(43,102,252); }

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

<style>
 span { border-color: #2B66FC; }

 span { border-color: rgb(43,102,252); }

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