Html Css Color HEX #1D4FEA Royal Blue

📋 copy color: '#1D4FEA'

red 29 ◦ green 79 ◦ blue 234

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

Shades of Royal Blue #1D4FEA

Tints of Royal Blue #1D4FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 68.42%

R = 8.48%
G = 23.1%
B = 68.42%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1D4FEA (or 0x1D4FEA) is known color: Royal Blue. HEX triplet: 1D, 4F and EA. RGB value is (29,79,234). Sum of RGB (Red+Green+Blue) = 29+79+234=342 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.48% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 234 (91.80% from 255 or 68.42% from 342); Max value from RGB is 234 - color contains mainly: blue. Hex color #1D4FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D4FEA is #E2B015. Grayscale: #515151. Windows color (decimal): -14856214 or 15355677. OLE color: 15355677.

HSL color Cylindrical-coordinate representation of color #1D4FEA: hue angle of 225.37º degrees, saturation: 0.83, 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 #1D4FEA is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 29 79 234 -
CMYK 0.88 0.66 0 0.08
HSL 225.37º 0.83% 0.52% -
HSV(B) 225.37º 0.88% 0.92% -
XYZ 18.15 11.79 79.16 -
YUV 81.72 213.94 90.4 -
System Red Green Blue C M Y K H S L
Decimal 29 79 234 0.88 0.66 0 0.08 225.37 0.83 0.52
Hex 1D 4F EA 58 42 0 8 E1 53 34
Octal 35 117 352 130 102 0 10 341 123 64
Binary 11101 1001111 11101010 1011000 1000010 0 1000 11100001 1010011 110100

Color Harmonies of #1D4FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4FEA

Black with #1D4FEA

Text Example


Text Example

White with #1D4FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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