Html Css Color HEX #1B6BEB Royal Blue

📋 copy color: '#1B6BEB'

red 27 ◦ green 107 ◦ blue 235

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

Shades of Royal Blue #1B6BEB

Tints of Royal Blue #1B6BEB

RGB

 RED value IS 27 (10.94% from 255) = 7.32%

 GREEN value IS 107 (42.19% from 255) = 29%

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

R = 7.32%
G = 29%
B = 63.69%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1B6BEB (or 0x1B6BEB) is known color: Royal Blue. HEX triplet: 1B, 6B and EB. RGB value is (27,107,235). Sum of RGB (Red+Green+Blue) = 27+107+235=369 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.32% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #1B6BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B6BEB is #E49414. Grayscale: #616161. Windows color (decimal): -14980117 or 15428379. OLE color: 15428379.

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

Color convert

RGB 27 107 235 -
CMYK 0.89 0.54 0 0.08
HSL 216.92º 0.84% 0.51% -
HSV(B) 216.92º 0.89% 0.92% -
XYZ 20.71 16.75 80.74 -
YUV 97.67 205.5 77.59 -
System Red Green Blue C M Y K H S L
Decimal 27 107 235 0.89 0.54 0 0.08 216.92 0.84 0.51
Hex 1B 6B EB 59 36 0 8 D9 54 33
Octal 33 153 353 131 66 0 10 331 124 63
Binary 11011 1101011 11101011 1011001 110110 0 1000 11011001 1010100 110011

Color Harmonies of #1B6BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6BEB

Black with #1B6BEB

Text Example


Text Example

White with #1B6BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,107,235); }

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

background-color css

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

 a { background-color: rgb(27,107,235); }

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

border-color css

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

 span { border-color: rgb(27,107,235); }

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