#2653FA

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

Shades of Royal Blue #2653FA

Tints of Royal Blue #2653FA

Color information

#2653FA (or 0x2653FA) is unknown color: approx Royal Blue. HEX triplet: 26, 53 and FA. RGB value is (38,83,250). Sum of RGB (Red+Green+Blue) = 38+83+250=371 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.24% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #2653FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2653FA is #D9AC05. Grayscale: #575757. Windows color (decimal): -14265350 or 16405286. OLE color: 16405286.

HSL color Cylindrical-coordinate representation of color #2653FA: hue angle of 227.26º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2653FA is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3883250-
CMYK0.850.6700.02
HSL227.26º95.5%56.47%-
HSV(B)227.26º84.8%98.04%-
XYZ21.1513.591.93-
YUV88.58219.0991.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.24%
GREEN value IS 83 (32.81% from 255) = 22.37%
BLUE value IS 250 (98.05% from 255) = 67.39%
R=10.24%
G=22.37%
B=67.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal38832500.850.6700.02227.2695.556.47
Hex2653FA554302e35f38
Octal461233721251030234313770
Binary10011010100111111101010101011000011010111000111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2653FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2653FA; }

 p { color: rgb(38,83,250); }

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

<style>
 a { background-color: #2653FA; }

 a { background-color: rgb(38,83,250); }

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

<style>
 span { border-color: #2653FA; }

 span { border-color: rgb(38,83,250); }

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