Html Css Color HEX #1D5AEC Royal Blue

📋 copy color: '#1D5AEC'

red 29 ◦ green 90 ◦ blue 236

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

Shades of Royal Blue #1D5AEC

Tints of Royal Blue #1D5AEC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.35%

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

R = 8.17%
G = 25.35%
B = 66.48%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1D5AEC (or 0x1D5AEC) is known color: Royal Blue. HEX triplet: 1D, 5A and EC. RGB value is (29,90,236). Sum of RGB (Red+Green+Blue) = 29+90+236=355 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.17% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 236 (92.58% from 255 or 66.48% from 355); Max value from RGB is 236 - color contains mainly: blue. Hex color #1D5AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D5AEC is #E2A513. Grayscale: #575757. Windows color (decimal): -14853396 or 15489565. OLE color: 15489565.

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

Color convert

RGB 29 90 236 -
CMYK 0.88 0.62 0 0.07
HSL 222.32º 0.84% 0.52% -
HSV(B) 222.32º 0.88% 0.93% -
XYZ 19.3 13.63 80.97 -
YUV 88.41 211.29 85.63 -
System Red Green Blue C M Y K H S L
Decimal 29 90 236 0.88 0.62 0 0.07 222.32 0.84 0.52
Hex 1D 5A EC 58 3E 0 7 DE 54 34
Octal 35 132 354 130 76 0 7 336 124 64
Binary 11101 1011010 11101100 1011000 111110 0 111 11011110 1010100 110100

Color Harmonies of #1D5AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5AEC

Black with #1D5AEC

Text Example


Text Example

White with #1D5AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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