#1D61F1

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

Shades of Royal Blue #1D61F1

Tints of Royal Blue #1D61F1

Color information

#1D61F1 (or 0x1D61F1) is unknown color: approx Royal Blue. HEX triplet: 1D, 61 and F1. RGB value is (29,97,241). Sum of RGB (Red+Green+Blue) = 29+97+241=367 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.90% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 241 (94.53% from 255 or 65.67% from 367); Max value from RGB is 241 - color contains mainly: blue. Hex color #1D61F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D61F1 is #E29E0E. Grayscale: #5C5C5C. Windows color (decimal): -14851599 or 15819037. OLE color: 15819037.

HSL color Cylindrical-coordinate representation of color #1D61F1: hue angle of 220.75º degrees, saturation: 0.88, 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 #1D61F1 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2997241-
CMYK0.880.6000.05
HSL220.75º88.33%52.94%-
HSV(B)220.75º87.97%94.51%-
XYZ20.6615.1685.06-
YUV93.08211.4782.29-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.90%
GREEN value IS 97 (38.28% from 255) = 26.43%
BLUE value IS 241 (94.53% from 255) = 65.67%
R=7.90%
G=26.43%
B=65.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal29972410.880.6000.05220.7588.3352.94
Hex1D61F1583C05dd5835
Octal35141361130740533513065
Binary1110111000011111000110110001111000101110111011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D61F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,97,241); }

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

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

 a { background-color: rgb(29,97,241); }

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

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

 span { border-color: rgb(29,97,241); }

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