#2B5AFD

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

Shades of Royal Blue #2B5AFD

Tints of Royal Blue #2B5AFD

Color information

#2B5AFD (or 0x2B5AFD) is unknown color: approx Royal Blue. HEX triplet: 2B, 5A and FD. RGB value is (43,90,253). Sum of RGB (Red+Green+Blue) = 43+90+253=386 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.14% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #2B5AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B5AFD is #D4A502. Grayscale: #5D5D5D. Windows color (decimal): -13935875 or 16603691. OLE color: 16603691.

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

Color convert

RGB4390253-
CMYK0.830.6400.01
HSL226.57º98.13%58.04%-
HSV(B)226.57º83%99.22%-
XYZ22.3814.9294.63-
YUV94.53217.4391.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.14%
GREEN value IS 90 (35.55% from 255) = 23.32%
BLUE value IS 253 (99.22% from 255) = 65.54%
R=11.14%
G=23.32%
B=65.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal43902530.830.6400.01226.5798.1358.04
Hex2B5AFD534001e3623a
Octal531323751231000134314272
Binary1010111011010111111011010011100000001111000111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,90,253); }

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

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

 a { background-color: rgb(43,90,253); }

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

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

 span { border-color: rgb(43,90,253); }

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