Html Css Color HEX #1D4FEC Royal Blue

📋 copy color: '#1D4FEC'

red 29 ◦ green 79 ◦ blue 236

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

Shades of Royal Blue #1D4FEC

Tints of Royal Blue #1D4FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.97%

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

R = 8.43%
G = 22.97%
B = 68.6%

CMYK

 C value IS 0.88

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1D4FEC (or 0x1D4FEC) is known color: Royal Blue. HEX triplet: 1D, 4F and EC. RGB value is (29,79,236). Sum of RGB (Red+Green+Blue) = 29+79+236=344 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.43% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 236 (92.58% from 255 or 68.60% from 344); Max value from RGB is 236 - color contains mainly: blue. Hex color #1D4FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D4FEC is #E2B013. Grayscale: #515151. Windows color (decimal): -14856212 or 15486749. OLE color: 15486749.

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

Color convert

RGB 29 79 236 -
CMYK 0.88 0.67 0 0.07
HSL 225.51º 0.84% 0.52% -
HSV(B) 225.51º 0.88% 0.93% -
XYZ 18.44 11.91 80.68 -
YUV 81.95 214.94 90.23 -
System Red Green Blue C M Y K H S L
Decimal 29 79 236 0.88 0.67 0 0.07 225.51 0.84 0.52
Hex 1D 4F EC 58 43 0 7 E2 54 34
Octal 35 117 354 130 103 0 7 342 124 64
Binary 11101 1001111 11101100 1011000 1000011 0 111 11100010 1010100 110100

Color Harmonies of #1D4FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4FEC

Black with #1D4FEC

Text Example


Text Example

White with #1D4FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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