#2B68FC

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

Shades of Royal Blue #2B68FC

Tints of Royal Blue #2B68FC

Color information

#2B68FC (or 0x2B68FC) is unknown color: approx Royal Blue. HEX triplet: 2B, 68 and FC. RGB value is (43,104,252). Sum of RGB (Red+Green+Blue) = 43+104+252=399 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.78% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #2B68FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B68FC is #D49703. Grayscale: #656565. Windows color (decimal): -13932292 or 16541739. OLE color: 16541739.

HSL color Cylindrical-coordinate representation of color #2B68FC: hue angle of 222.49º 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 #2B68FC is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB43104252-
CMYK0.830.5900.01
HSL222.49º97.21%57.84%-
HSV(B)222.49º82.94%98.82%-
XYZ23.5217.4494.22-
YUV102.63212.2985.47-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.78%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 252 (98.83% from 255) = 63.16%
R=10.78%
G=26.07%
B=63.16%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal431042520.830.5900.01222.4997.2157.84
Hex2B68FC533B01de613a
Octal53150374123730133614172
Binary101011110100011111100101001111101101110111101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B68FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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