#1D50FC

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

Shades of Royal Blue #1D50FC

Tints of Royal Blue #1D50FC

Color information

#1D50FC (or 0x1D50FC) is unknown color: approx Royal Blue. HEX triplet: 1D, 50 and FC. RGB value is (29,80,252). Sum of RGB (Red+Green+Blue) = 29+80+252=361 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.03% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 252 (98.83% from 255 or 69.81% from 361); Max value from RGB is 252 - color contains mainly: blue. Hex color #1D50FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D50FC is #E2AF03. Grayscale: #535353. Windows color (decimal): -14855940 or 16535581. OLE color: 16535581.

HSL color Cylindrical-coordinate representation of color #1D50FC: hue angle of 226.28º 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 #1D50FC is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB2980252-
CMYK0.880.6800.01
HSL226.28º97.38%55.1%-
HSV(B)226.28º88.49%98.82%-
XYZ20.9513.0393.51-
YUV84.36222.688.51-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.03%
GREEN value IS 80 (31.64% from 255) = 22.16%
BLUE value IS 252 (98.83% from 255) = 69.81%
R=8.03%
G=22.16%
B=69.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal29802520.880.6800.01226.2897.3855.1
Hex1D50FC584401e26137
Octal351203741301040134214167
Binary111011010000111111001011000100010001111000101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D50FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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