Html Css Color HEX #1D5AFF Royal Blue

📋 copy color: '#1D5AFF'

red 29 ◦ green 90 ◦ blue 255

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

Shades of Royal Blue #1D5AFF

Tints of Royal Blue #1D5AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.06%

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

R = 7.75%
G = 24.06%
B = 68.18%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1D5AFF (or 0x1D5AFF) is known color: Royal Blue. HEX triplet: 1D, 5A and FF. RGB value is (29,90,255). Sum of RGB (Red+Green+Blue) = 29+90+255=374 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.75% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D5AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D5AFF is #E2A500. Grayscale: #595959. Windows color (decimal): -14853377 or 16734749. OLE color: 16734749.

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

Color convert

RGB 29 90 255 -
CMYK 0.89 0.65 0 0
HSL 223.81º 1% 0.56% -
HSV(B) 223.81º 0.89% 1% -
XYZ 22.21 14.79 96.29 -
YUV 90.57 220.79 84.08 -
System Red Green Blue C M Y K H S L
Decimal 29 90 255 0.89 0.65 0 0 223.81 1 0.56
Hex 1D 5A FF 59 41 0 0 E0 64 38
Octal 35 132 377 131 101 0 0 340 144 70
Binary 11101 1011010 11111111 1011001 1000001 0 0 11100000 1100100 111000

Color Harmonies of #1D5AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5AFF

Black with #1D5AFF

Text Example


Text Example

White with #1D5AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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