#2A6BF1

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

Shades of Royal Blue #2A6BF1

Tints of Royal Blue #2A6BF1

Color information

#2A6BF1 (or 0x2A6BF1) is unknown color: approx Royal Blue. HEX triplet: 2A, 6B and F1. RGB value is (42,107,241). Sum of RGB (Red+Green+Blue) = 42+107+241=390 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.77% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 241 (94.53% from 255 or 61.79% from 390); Max value from RGB is 241 - color contains mainly: blue. Hex color #2A6BF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6BF1 is #D5940E. Grayscale: #666666. Windows color (decimal): -13997071 or 15821610. OLE color: 15821610.

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

Color convert

RGB42107241-
CMYK0.830.5600.05
HSL220.4º87.67%55.49%-
HSV(B)220.4º82.57%94.51%-
XYZ22.0917.3685.41-
YUV102.84205.9784.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.77%
GREEN value IS 107 (42.19% from 255) = 27.44%
BLUE value IS 241 (94.53% from 255) = 61.79%
R=10.77%
G=27.44%
B=61.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal421072410.830.5600.05220.487.6755.49
Hex2A6BF1533805dc5837
Octal52153361123700533413067
Binary10101011010111111000110100111110000101110111001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,107,241); }

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

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

 a { background-color: rgb(42,107,241); }

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

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

 span { border-color: rgb(42,107,241); }

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