#1D6BEF

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

Shades of Royal Blue #1D6BEF

Tints of Royal Blue #1D6BEF

Color information

#1D6BEF (or 0x1D6BEF) is unknown color: approx Royal Blue. HEX triplet: 1D, 6B and EF. RGB value is (29,107,239). Sum of RGB (Red+Green+Blue) = 29+107+239=375 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.73% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D6BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D6BEF is #E29410. Grayscale: #626262. Windows color (decimal): -14849041 or 15690525. OLE color: 15690525.

HSL color Cylindrical-coordinate representation of color #1D6BEF: hue angle of 217.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D6BEF is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB29107239-
CMYK0.880.5500.06
HSL217.71º86.78%52.55%-
HSV(B)217.71º87.87%93.73%-
XYZ21.3417.0183.82-
YUV98.73207.1678.27-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.73%
GREEN value IS 107 (42.19% from 255) = 28.53%
BLUE value IS 239 (93.75% from 255) = 63.73%
R=7.73%
G=28.53%
B=63.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal291072390.880.5500.06217.7186.7852.55
Hex1D6BEF583706da5735
Octal35153357130670633212765
Binary1110111010111110111110110001101110110110110101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,107,239); }

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

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

 a { background-color: rgb(29,107,239); }

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

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

 span { border-color: rgb(29,107,239); }

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