#1D53FC

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

Shades of Royal Blue #1D53FC

Tints of Royal Blue #1D53FC

Color information

#1D53FC (or 0x1D53FC) is unknown color: approx Royal Blue. HEX triplet: 1D, 53 and FC. RGB value is (29,83,252). Sum of RGB (Red+Green+Blue) = 29+83+252=364 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.97% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 252 (98.83% from 255 or 69.23% from 364); Max value from RGB is 252 - color contains mainly: blue. Hex color #1D53FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D53FC is #E2AC03. Grayscale: #555555. Windows color (decimal): -14855172 or 16536349. OLE color: 16536349.

HSL color Cylindrical-coordinate representation of color #1D53FC: hue angle of 225.47º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D53FC is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB2983252-
CMYK0.880.6700.01
HSL225.47º97.38%55.1%-
HSV(B)225.47º88.49%98.82%-
XYZ21.1713.4893.58-
YUV86.12221.6187.26-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.97%
GREEN value IS 83 (32.81% from 255) = 22.80%
BLUE value IS 252 (98.83% from 255) = 69.23%
R=7.97%
G=22.80%
B=69.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal29832520.880.6700.01225.4797.3855.1
Hex1D53FC584301e16137
Octal351233741301030134114167
Binary111011010011111111001011000100001101111000011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D53FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,83,252); }

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

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

 a { background-color: rgb(29,83,252); }

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

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

 span { border-color: rgb(29,83,252); }

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