Html Css Color HEX #1D5FFD Royal Blue

📋 copy color: '#1D5FFD'

red 29 ◦ green 95 ◦ blue 253

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

Shades of Royal Blue #1D5FFD

Tints of Royal Blue #1D5FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.2%

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

R = 7.69%
G = 25.2%
B = 67.11%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1D5FFD (or 0x1D5FFD) is known color: Royal Blue. HEX triplet: 1D, 5F and FD. RGB value is (29,95,253). Sum of RGB (Red+Green+Blue) = 29+95+253=377 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.69% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #1D5FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D5FFD is #E2A002. Grayscale: #5C5C5C. Windows color (decimal): -14852099 or 16604957. OLE color: 16604957.

HSL color Cylindrical-coordinate representation of color #1D5FFD: hue angle of 222.32º 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 #1D5FFD is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 29 95 253 -
CMYK 0.89 0.62 0 0.01
HSL 222.32º 0.98% 0.55% -
HSV(B) 222.32º 0.89% 0.99% -
XYZ 22.33 15.54 94.75 -
YUV 93.28 218.13 82.15 -
System Red Green Blue C M Y K H S L
Decimal 29 95 253 0.89 0.62 0 0.01 222.32 0.98 0.55
Hex 1D 5F FD 59 3E 0 1 DE 62 37
Octal 35 137 375 131 76 0 1 336 142 67
Binary 11101 1011111 11111101 1011001 111110 0 1 11011110 1100010 110111

Color Harmonies of #1D5FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5FFD

Black with #1D5FFD

Text Example


Text Example

White with #1D5FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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