Html Css Color HEX #1D54EC Royal Blue

📋 copy color: '#1D54EC'

red 29 ◦ green 84 ◦ blue 236

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

Shades of Royal Blue #1D54EC

Tints of Royal Blue #1D54EC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.07%

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

R = 8.31%
G = 24.07%
B = 67.62%

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

#1D54EC (or 0x1D54EC) is known color: Royal Blue. HEX triplet: 1D, 54 and EC. RGB value is (29,84,236). Sum of RGB (Red+Green+Blue) = 29+84+236=349 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.31% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #1D54EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D54EC is #E2AB13. Grayscale: #545454. Windows color (decimal): -14854932 or 15488029. OLE color: 15488029.

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

Color convert

RGB 29 84 236 -
CMYK 0.88 0.64 0 0.07
HSL 224.06º 0.84% 0.52% -
HSV(B) 224.06º 0.88% 0.93% -
XYZ 18.82 12.66 80.81 -
YUV 84.88 213.28 88.14 -
System Red Green Blue C M Y K H S L
Decimal 29 84 236 0.88 0.64 0 0.07 224.06 0.84 0.52
Hex 1D 54 EC 58 40 0 7 E0 54 34
Octal 35 124 354 130 100 0 7 340 124 64
Binary 11101 1010100 11101100 1011000 1000000 0 111 11100000 1010100 110100

Color Harmonies of #1D54EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D54EC

Black with #1D54EC

Text Example


Text Example

White with #1D54EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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