Html Css Color HEX #1D5DEB Royal Blue

📋 copy color: '#1D5DEB'

red 29 ◦ green 93 ◦ blue 235

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

Shades of Royal Blue #1D5DEB

Tints of Royal Blue #1D5DEB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.05%

 BLUE value IS 235 (92.19% from 255) = 65.83%

R = 8.12%
G = 26.05%
B = 65.83%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1D5DEB (or 0x1D5DEB) is known color: Royal Blue. HEX triplet: 1D, 5D and EB. RGB value is (29,93,235). Sum of RGB (Red+Green+Blue) = 29+93+235=357 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.12% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 235 (92.19% from 255 or 65.83% from 357); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D5DEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D5DEB is #E2A214. Grayscale: #595959. Windows color (decimal): -14852629 or 15424797. OLE color: 15424797.

HSL color Cylindrical-coordinate representation of color #1D5DEB: hue angle of 221.36º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D5DEB is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 29 93 235 -
CMYK 0.88 0.60 0 0.08
HSL 221.36º 0.84% 0.52% -
HSV(B) 221.36º 0.88% 0.92% -
XYZ 19.42 14.09 80.29 -
YUV 90.05 209.8 84.45 -
System Red Green Blue C M Y K H S L
Decimal 29 93 235 0.88 0.60 0 0.08 221.36 0.84 0.52
Hex 1D 5D EB 58 3C 0 8 DD 54 34
Octal 35 135 353 130 74 0 10 335 124 64
Binary 11101 1011101 11101011 1011000 111100 0 1000 11011101 1010100 110100

Color Harmonies of #1D5DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5DEB

Black with #1D5DEB

Text Example


Text Example

White with #1D5DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,93,235); }

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

background-color css

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

 a { background-color: rgb(29,93,235); }

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

border-color css

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

 span { border-color: rgb(29,93,235); }

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