Html Css Color HEX #1D5FFF Royal Blue

📋 copy color: '#1D5FFF'

red 29 ◦ green 95 ◦ blue 255

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

Shades of Royal Blue #1D5FFF

Tints of Royal Blue #1D5FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 67.28%

R = 7.65%
G = 25.07%
B = 67.28%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1D5FFF (or 0x1D5FFF) is known color: Royal Blue. HEX triplet: 1D, 5F and FF. RGB value is (29,95,255). Sum of RGB (Red+Green+Blue) = 29+95+255=379 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.65% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D5FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D5FFF is #E2A000. Grayscale: #5C5C5C. Windows color (decimal): -14852097 or 16736029. OLE color: 16736029.

HSL color Cylindrical-coordinate representation of color #1D5FFF: hue angle of 222.48º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D5FFF is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 29 95 255 -
CMYK 0.89 0.63 0 0
HSL 222.48º 1% 0.56% -
HSV(B) 222.48º 0.89% 1% -
XYZ 22.65 15.67 96.44 -
YUV 93.51 219.13 81.99 -
System Red Green Blue C M Y K H S L
Decimal 29 95 255 0.89 0.63 0 0 222.48 1 0.56
Hex 1D 5F FF 59 3F 0 0 DE 64 38
Octal 35 137 377 131 77 0 0 336 144 70
Binary 11101 1011111 11111111 1011001 111111 0 0 11011110 1100100 111000

Color Harmonies of #1D5FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5FFF

Black with #1D5FFF

Text Example


Text Example

White with #1D5FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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