Html Css Color HEX #1D6DEB Royal Blue

📋 copy color: '#1D6DEB'

red 29 ◦ green 109 ◦ blue 235

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

Shades of Royal Blue #1D6DEB

Tints of Royal Blue #1D6DEB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.22%

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

R = 7.77%
G = 29.22%
B = 63%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1D6DEB (or 0x1D6DEB) is known color: Royal Blue. HEX triplet: 1D, 6D and EB. RGB value is (29,109,235). Sum of RGB (Red+Green+Blue) = 29+109+235=373 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.77% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D6DEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D6DEB is #E29214. Grayscale: #626262. Windows color (decimal): -14848533 or 15428893. OLE color: 15428893.

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

Color convert

RGB 29 109 235 -
CMYK 0.88 0.54 0 0.08
HSL 216.7º 0.84% 0.52% -
HSV(B) 216.7º 0.88% 0.92% -
XYZ 20.97 17.2 80.81 -
YUV 99.44 204.5 77.75 -
System Red Green Blue C M Y K H S L
Decimal 29 109 235 0.88 0.54 0 0.08 216.7 0.84 0.52
Hex 1D 6D EB 58 36 0 8 D9 54 34
Octal 35 155 353 130 66 0 10 331 124 64
Binary 11101 1101101 11101011 1011000 110110 0 1000 11011001 1010100 110100

Color Harmonies of #1D6DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6DEB

Black with #1D6DEB

Text Example


Text Example

White with #1D6DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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