Html Css Color HEX #1D5CEB Royal Blue

📋 copy color: '#1D5CEB'

red 29 ◦ green 92 ◦ blue 235

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

Shades of Royal Blue #1D5CEB

Tints of Royal Blue #1D5CEB

RGB

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

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

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

R = 8.15%
G = 25.84%
B = 66.01%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1D5CEB (or 0x1D5CEB) is known color: Royal Blue. HEX triplet: 1D, 5C and EB. RGB value is (29,92,235). Sum of RGB (Red+Green+Blue) = 29+92+235=356 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.15% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 235 (92.19% from 255 or 66.01% from 356); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D5CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D5CEB is #E2A314. Grayscale: #585858. Windows color (decimal): -14852885 or 15424541. OLE color: 15424541.

HSL color Cylindrical-coordinate representation of color #1D5CEB: hue angle of 221.65º 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 #1D5CEB is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 29 92 235 -
CMYK 0.88 0.61 0 0.08
HSL 221.65º 0.84% 0.52% -
HSV(B) 221.65º 0.88% 0.92% -
XYZ 19.33 13.91 80.26 -
YUV 89.47 210.13 84.87 -
System Red Green Blue C M Y K H S L
Decimal 29 92 235 0.88 0.61 0 0.08 221.65 0.84 0.52
Hex 1D 5C EB 58 3D 0 8 DE 54 34
Octal 35 134 353 130 75 0 10 336 124 64
Binary 11101 1011100 11101011 1011000 111101 0 1000 11011110 1010100 110100

Color Harmonies of #1D5CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5CEB

Black with #1D5CEB

Text Example


Text Example

White with #1D5CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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