Html Css Color HEX #1D4CEB Royal Blue

📋 copy color: '#1D4CEB'

red 29 ◦ green 76 ◦ blue 235

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

Shades of Royal Blue #1D4CEB

Tints of Royal Blue #1D4CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.35%

 BLUE value IS 235 (92.19% from 255) = 69.12%

R = 8.53%
G = 22.35%
B = 69.12%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1D4CEB (or 0x1D4CEB) is known color: Royal Blue. HEX triplet: 1D, 4C and EB. RGB value is (29,76,235). Sum of RGB (Red+Green+Blue) = 29+76+235=340 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.53% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 235 (92.19% from 255 or 69.12% from 340); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D4CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D4CEB is #E2B314. Grayscale: #4F4F4F. Windows color (decimal): -14856981 or 15420445. OLE color: 15420445.

HSL color Cylindrical-coordinate representation of color #1D4CEB: hue angle of 226.31º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D4CEB is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 29 76 235 -
CMYK 0.88 0.68 0 0.08
HSL 226.31º 0.84% 0.52% -
HSV(B) 226.31º 0.88% 0.92% -
XYZ 18.09 11.43 79.85 -
YUV 80.07 215.43 91.57 -
System Red Green Blue C M Y K H S L
Decimal 29 76 235 0.88 0.68 0 0.08 226.31 0.84 0.52
Hex 1D 4C EB 58 44 0 8 E2 54 34
Octal 35 114 353 130 104 0 10 342 124 64
Binary 11101 1001100 11101011 1011000 1000100 0 1000 11100010 1010100 110100

Color Harmonies of #1D4CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4CEB

Black with #1D4CEB

Text Example


Text Example

White with #1D4CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,76,235); }

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

background-color css

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

 a { background-color: rgb(29,76,235); }

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

border-color css

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

 span { border-color: rgb(29,76,235); }

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