Html Css Color HEX #1D5CFF Royal Blue

📋 copy color: '#1D5CFF'

red 29 ◦ green 92 ◦ blue 255

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

Shades of Royal Blue #1D5CFF

Tints of Royal Blue #1D5CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.47%

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

R = 7.71%
G = 24.47%
B = 67.82%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1D5CFF (or 0x1D5CFF) is known color: Royal Blue. HEX triplet: 1D, 5C and FF. RGB value is (29,92,255). Sum of RGB (Red+Green+Blue) = 29+92+255=376 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.71% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D5CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D5CFF is #E2A300. Grayscale: #5B5B5B. Windows color (decimal): -14852865 or 16735261. OLE color: 16735261.

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

Color convert

RGB 29 92 255 -
CMYK 0.89 0.64 0 0
HSL 223.27º 1% 0.56% -
HSV(B) 223.27º 0.89% 1% -
XYZ 22.38 15.14 96.35 -
YUV 91.75 220.13 83.25 -
System Red Green Blue C M Y K H S L
Decimal 29 92 255 0.89 0.64 0 0 223.27 1 0.56
Hex 1D 5C FF 59 40 0 0 DF 64 38
Octal 35 134 377 131 100 0 0 337 144 70
Binary 11101 1011100 11111111 1011001 1000000 0 0 11011111 1100100 111000

Color Harmonies of #1D5CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5CFF

Black with #1D5CFF

Text Example


Text Example

White with #1D5CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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