Html Css Color HEX #1D51FD Royal Blue

📋 copy color: '#1D51FD'

red 29 ◦ green 81 ◦ blue 253

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

Shades of Royal Blue #1D51FD

Tints of Royal Blue #1D51FD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.31%

 BLUE value IS 253 (99.22% from 255) = 69.7%

R = 7.99%
G = 22.31%
B = 69.7%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1D51FD (or 0x1D51FD) is known color: Royal Blue. HEX triplet: 1D, 51 and FD. RGB value is (29,81,253). Sum of RGB (Red+Green+Blue) = 29+81+253=363 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.99% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #1D51FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D51FD is #E2AE02. Grayscale: #545454. Windows color (decimal): -14855683 or 16601373. OLE color: 16601373.

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

Color convert

RGB 29 81 253 -
CMYK 0.89 0.68 0 0.01
HSL 226.07º 0.98% 0.55% -
HSV(B) 226.07º 0.89% 0.99% -
XYZ 21.18 13.24 94.37 -
YUV 85.06 222.77 88.01 -
System Red Green Blue C M Y K H S L
Decimal 29 81 253 0.89 0.68 0 0.01 226.07 0.98 0.55
Hex 1D 51 FD 59 44 0 1 E2 62 37
Octal 35 121 375 131 104 0 1 342 142 67
Binary 11101 1010001 11111101 1011001 1000100 0 1 11100010 1100010 110111

Color Harmonies of #1D51FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D51FD

Black with #1D51FD

Text Example


Text Example

White with #1D51FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,81,253); }

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

background-color css

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

 a { background-color: rgb(29,81,253); }

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

border-color css

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

 span { border-color: rgb(29,81,253); }

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