Html Css Color HEX #1D56EC Royal Blue

📋 copy color: '#1D56EC'

red 29 ◦ green 86 ◦ blue 236

#1D56EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #1D56EC

Tints of Royal Blue #1D56EC

RGB

 RED value IS 29 (11.72% from 255) = 8.26%

 GREEN value IS 86 (33.98% from 255) = 24.5%

 BLUE value IS 236 (92.58% from 255) = 67.24%

R = 8.26%
G = 24.5%
B = 67.24%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1D56EC (or 0x1D56EC) is known color: Royal Blue. HEX triplet: 1D, 56 and EC. RGB value is (29,86,236). Sum of RGB (Red+Green+Blue) = 29+86+236=351 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.26% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 236 (92.58% from 255 or 67.24% from 351); Max value from RGB is 236 - color contains mainly: blue. Hex color #1D56EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D56EC is #E2A913. Grayscale: #555555. Windows color (decimal): -14854420 or 15488541. OLE color: 15488541.

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

Color convert

RGB 29 86 236 -
CMYK 0.88 0.64 0 0.07
HSL 223.48º 0.84% 0.52% -
HSV(B) 223.48º 0.88% 0.93% -
XYZ 18.97 12.97 80.86 -
YUV 86.06 212.62 87.3 -
System Red Green Blue C M Y K H S L
Decimal 29 86 236 0.88 0.64 0 0.07 223.48 0.84 0.52
Hex 1D 56 EC 58 40 0 7 DF 54 34
Octal 35 126 354 130 100 0 7 337 124 64
Binary 11101 1010110 11101100 1011000 1000000 0 111 11011111 1010100 110100

Color Harmonies of #1D56EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D56EC

Black with #1D56EC

Text Example


Text Example

White with #1D56EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,86,236); }

 H1.HeaderClassName
 {
   color: #1D56EC;
 }
 .AnyTagClassName
 {
   color: #1D56EC;
 }
</style>

background-color css

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

 a { background-color: rgb(29,86,236); }

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

border-color css

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

 span { border-color: rgb(29,86,236); }

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