#1D64ED

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

Shades of Royal Blue #1D64ED

Tints of Royal Blue #1D64ED

Color information

#1D64ED (or 0x1D64ED) is unknown color: approx Royal Blue. HEX triplet: 1D, 64 and ED. RGB value is (29,100,237). Sum of RGB (Red+Green+Blue) = 29+100+237=366 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.92% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #1D64ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D64ED is #E29B12. Grayscale: #5D5D5D. Windows color (decimal): -14850835 or 15557661. OLE color: 15557661.

HSL color Cylindrical-coordinate representation of color #1D64ED: hue angle of 219.52º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D64ED is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB29100237-
CMYK0.880.5800.07
HSL219.52º85.25%52.16%-
HSV(B)219.52º87.76%92.94%-
XYZ20.3515.4982.04-
YUV94.39208.4881.36-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.92%
GREEN value IS 100 (39.45% from 255) = 27.32%
BLUE value IS 237 (92.97% from 255) = 64.75%
R=7.92%
G=27.32%
B=64.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal291002370.880.5800.07219.5285.2552.16
Hex1D64ED583A07dc5534
Octal35144355130720733412564
Binary1110111001001110110110110001110100111110111001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D64ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,100,237); }

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

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

 a { background-color: rgb(29,100,237); }

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

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

 span { border-color: rgb(29,100,237); }

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