#2B62F2

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

Shades of Royal Blue #2B62F2

Tints of Royal Blue #2B62F2

Color information

#2B62F2 (or 0x2B62F2) is unknown color: approx Royal Blue. HEX triplet: 2B, 62 and F2. RGB value is (43,98,242). Sum of RGB (Red+Green+Blue) = 43+98+242=383 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.23% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 242 (94.92% from 255 or 63.19% from 383); Max value from RGB is 242 - color contains mainly: blue. Hex color #2B62F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B62F2 is #D49D0D. Grayscale: #616161. Windows color (decimal): -13933838 or 15884843. OLE color: 15884843.

HSL color Cylindrical-coordinate representation of color #2B62F2: hue angle of 223.42º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B62F2 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4398242-
CMYK0.820.6000.05
HSL223.42º88.44%55.88%-
HSV(B)223.42º82.23%94.9%-
XYZ21.3915.6685.9-
YUV97.97209.2888.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.23%
GREEN value IS 98 (38.67% from 255) = 25.59%
BLUE value IS 242 (94.92% from 255) = 63.19%
R=11.23%
G=25.59%
B=63.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal43982420.820.6000.05223.4288.4455.88
Hex2B62F2523C05df5838
Octal53142362122740533713070
Binary10101111000101111001010100101111000101110111111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B62F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,98,242); }

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

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

 a { background-color: rgb(43,98,242); }

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

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

 span { border-color: rgb(43,98,242); }

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