Html Css Color HEX #1D4AEE Royal Blue

📋 copy color: '#1D4AEE'

red 29 ◦ green 74 ◦ blue 238

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

Shades of Royal Blue #1D4AEE

Tints of Royal Blue #1D4AEE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.7%

 BLUE value IS 238 (93.36% from 255) = 69.79%

R = 8.5%
G = 21.7%
B = 69.79%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1D4AEE (or 0x1D4AEE) is known color: Royal Blue. HEX triplet: 1D, 4A and EE. RGB value is (29,74,238). Sum of RGB (Red+Green+Blue) = 29+74+238=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 238 (93.36% from 255 or 69.79% from 341); Max value from RGB is 238 - color contains mainly: blue. Hex color #1D4AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D4AEE is #E2B511. Grayscale: #4E4E4E. Windows color (decimal): -14857490 or 15616541. OLE color: 15616541.

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

Color convert

RGB 29 74 238 -
CMYK 0.88 0.69 0 0.07
HSL 227.08º 0.86% 0.52% -
HSV(B) 227.08º 0.88% 0.93% -
XYZ 18.39 11.33 82.11 -
YUV 79.24 217.59 92.16 -
System Red Green Blue C M Y K H S L
Decimal 29 74 238 0.88 0.69 0 0.07 227.08 0.86 0.52
Hex 1D 4A EE 58 45 0 7 E3 56 34
Octal 35 112 356 130 105 0 7 343 126 64
Binary 11101 1001010 11101110 1011000 1000101 0 111 11100011 1010110 110100

Color Harmonies of #1D4AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4AEE

Black with #1D4AEE

Text Example


Text Example

White with #1D4AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,74,238); }

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

background-color css

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

 a { background-color: rgb(29,74,238); }

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

border-color css

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

 span { border-color: rgb(29,74,238); }

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