Html Css Color HEX #1D5BEE Royal Blue

📋 copy color: '#1D5BEE'

red 29 ◦ green 91 ◦ blue 238

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

Shades of Royal Blue #1D5BEE

Tints of Royal Blue #1D5BEE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.42%

 BLUE value IS 238 (93.36% from 255) = 66.48%

R = 8.1%
G = 25.42%
B = 66.48%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1D5BEE (or 0x1D5BEE) is known color: Royal Blue. HEX triplet: 1D, 5B and EE. RGB value is (29,91,238). Sum of RGB (Red+Green+Blue) = 29+91+238=358 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.10% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 238 (93.36% from 255 or 66.48% from 358); Max value from RGB is 238 - color contains mainly: blue. Hex color #1D5BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D5BEE is #E2A411. Grayscale: #585858. Windows color (decimal): -14853138 or 15620893. OLE color: 15620893.

HSL color Cylindrical-coordinate representation of color #1D5BEE: hue angle of 222.2º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D5BEE is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 91 238 -
CMYK 0.88 0.62 0 0.07
HSL 222.2º 0.86% 0.52% -
HSV(B) 222.2º 0.88% 0.93% -
XYZ 19.68 13.92 82.54 -
YUV 89.22 211.96 85.05 -
System Red Green Blue C M Y K H S L
Decimal 29 91 238 0.88 0.62 0 0.07 222.2 0.86 0.52
Hex 1D 5B EE 58 3E 0 7 DE 56 34
Octal 35 133 356 130 76 0 7 336 126 64
Binary 11101 1011011 11101110 1011000 111110 0 111 11011110 1010110 110100

Color Harmonies of #1D5BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5BEE

Black with #1D5BEE

Text Example


Text Example

White with #1D5BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,91,238); }

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

background-color css

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

 a { background-color: rgb(29,91,238); }

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

border-color css

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

 span { border-color: rgb(29,91,238); }

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