Html Css Color HEX #1D4FFA Royal Blue

📋 copy color: '#1D4FFA'

red 29 ◦ green 79 ◦ blue 250

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

Shades of Royal Blue #1D4FFA

Tints of Royal Blue #1D4FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 69.83%

R = 8.1%
G = 22.07%
B = 69.83%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1D4FFA (or 0x1D4FFA) is known color: Royal Blue. HEX triplet: 1D, 4F and FA. RGB value is (29,79,250). Sum of RGB (Red+Green+Blue) = 29+79+250=358 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.10% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 250 (98.05% from 255 or 69.83% from 358); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D4FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D4FFA is #E2B005. Grayscale: #525252. Windows color (decimal): -14856198 or 16404253. OLE color: 16404253.

HSL color Cylindrical-coordinate representation of color #1D4FFA: hue angle of 226.43º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D4FFA is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 79 250 -
CMYK 0.88 0.68 0 0.02
HSL 226.43º 0.96% 0.55% -
HSV(B) 226.43º 0.88% 0.98% -
XYZ 20.56 12.76 91.82 -
YUV 83.54 221.94 89.1 -
System Red Green Blue C M Y K H S L
Decimal 29 79 250 0.88 0.68 0 0.02 226.43 0.96 0.55
Hex 1D 4F FA 58 44 0 2 E2 60 37
Octal 35 117 372 130 104 0 2 342 140 67
Binary 11101 1001111 11111010 1011000 1000100 0 10 11100010 1100000 110111

Color Harmonies of #1D4FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4FFA

Black with #1D4FFA

Text Example


Text Example

White with #1D4FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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