#1D4DF3

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

Shades of Royal Blue #1D4DF3

Tints of Royal Blue #1D4DF3

Color information

#1D4DF3 (or 0x1D4DF3) is unknown color: approx Royal Blue. HEX triplet: 1D, 4D and F3. RGB value is (29,77,243). Sum of RGB (Red+Green+Blue) = 29+77+243=349 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.31% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 243 (95.31% from 255 or 69.63% from 349); Max value from RGB is 243 - color contains mainly: blue. Hex color #1D4DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D4DF3 is #E2B20C. Grayscale: #505050. Windows color (decimal): -14856717 or 15944989. OLE color: 15944989.

HSL color Cylindrical-coordinate representation of color #1D4DF3: hue angle of 226.54º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D4DF3 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2977243-
CMYK0.880.6800.05
HSL226.54º89.92%53.33%-
HSV(B)226.54º88.07%95.29%-
XYZ19.3412.0486.1-
YUV81.57219.190.5-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.31%
GREEN value IS 77 (30.47% from 255) = 22.06%
BLUE value IS 243 (95.31% from 255) = 69.63%
R=8.31%
G=22.06%
B=69.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal29772430.880.6800.05226.5489.9253.33
Hex1D4DF3584405e35a35
Octal351153631301040534313265
Binary11101100110111110011101100010001000101111000111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,77,243); }

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

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

 a { background-color: rgb(29,77,243); }

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

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

 span { border-color: rgb(29,77,243); }

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