#1A63F2

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

Shades of Royal Blue #1A63F2

Tints of Royal Blue #1A63F2

Color information

#1A63F2 (or 0x1A63F2) is unknown color: approx Royal Blue. HEX triplet: 1A, 63 and F2. RGB value is (26,99,242). Sum of RGB (Red+Green+Blue) = 26+99+242=367 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.08% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 242 (94.92% from 255 or 65.94% from 367); Max value from RGB is 242 - color contains mainly: blue. Hex color #1A63F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A63F2 is #E59C0D. Grayscale: #5C5C5C. Windows color (decimal): -15047694 or 15885082. OLE color: 15885082.

HSL color Cylindrical-coordinate representation of color #1A63F2: hue angle of 219.72º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A63F2 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2699242-
CMYK0.890.5900.05
HSL219.72º89.26%52.55%-
HSV(B)219.72º89.26%94.9%-
XYZ20.9115.5585.9-
YUV93.48211.8279.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.08%
GREEN value IS 99 (39.06% from 255) = 26.98%
BLUE value IS 242 (94.92% from 255) = 65.94%
R=7.08%
G=26.98%
B=65.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal26992420.890.5900.05219.7289.2652.55
Hex1A63F2593B05dc5935
Octal32143362131730533413165
Binary1101011000111111001010110011110110101110111001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A63F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A63F2; }

 p { color: rgb(26,99,242); }

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

<style>
 a { background-color: #1A63F2; }

 a { background-color: rgb(26,99,242); }

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

<style>
 span { border-color: #1A63F2; }

 span { border-color: rgb(26,99,242); }

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