#2B5CFD

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

Shades of Royal Blue #2B5CFD

Tints of Royal Blue #2B5CFD

Color information

#2B5CFD (or 0x2B5CFD) is unknown color: approx Royal Blue. HEX triplet: 2B, 5C and FD. RGB value is (43,92,253). Sum of RGB (Red+Green+Blue) = 43+92+253=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #2B5CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B5CFD is #D4A302. Grayscale: #5F5F5F. Windows color (decimal): -13935363 or 16604203. OLE color: 16604203.

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

Color convert

RGB4392253-
CMYK0.830.6400.01
HSL226º98.13%58.04%-
HSV(B)226º83%99.22%-
XYZ22.5515.2694.69-
YUV95.7216.7790.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.08%
GREEN value IS 92 (36.33% from 255) = 23.71%
BLUE value IS 253 (99.22% from 255) = 65.21%
R=11.08%
G=23.71%
B=65.21%

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
Decimal43922530.830.6400.0122698.1358.04
Hex2B5CFD534001e2623a
Octal531343751231000134214272
Binary1010111011100111111011010011100000001111000101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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