Html Css Color HEX #1D4CEE Royal Blue

📋 copy color: '#1D4CEE'

red 29 ◦ green 76 ◦ blue 238

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

Shades of Royal Blue #1D4CEE

Tints of Royal Blue #1D4CEE

RGB

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

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

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

R = 8.45%
G = 22.16%
B = 69.39%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1D4CEE (or 0x1D4CEE) is known color: Royal Blue. HEX triplet: 1D, 4C and EE. RGB value is (29,76,238). Sum of RGB (Red+Green+Blue) = 29+76+238=343 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.45% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 238 (93.36% from 255 or 69.39% from 343); Max value from RGB is 238 - color contains mainly: blue. Hex color #1D4CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D4CEE is #E2B311. Grayscale: #4F4F4F. Windows color (decimal): -14856978 or 15617053. OLE color: 15617053.

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

Color convert

RGB 29 76 238 -
CMYK 0.88 0.68 0 0.07
HSL 226.51º 0.86% 0.52% -
HSV(B) 226.51º 0.88% 0.93% -
XYZ 18.52 11.6 82.15 -
YUV 80.42 216.93 91.33 -
System Red Green Blue C M Y K H S L
Decimal 29 76 238 0.88 0.68 0 0.07 226.51 0.86 0.52
Hex 1D 4C EE 58 44 0 7 E3 56 34
Octal 35 114 356 130 104 0 7 343 126 64
Binary 11101 1001100 11101110 1011000 1000100 0 111 11100011 1010110 110100

Color Harmonies of #1D4CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4CEE

Black with #1D4CEE

Text Example


Text Example

White with #1D4CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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