Html Css Color HEX #1B6CEB Royal Blue

📋 copy color: '#1B6CEB'

red 27 ◦ green 108 ◦ blue 235

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

Shades of Royal Blue #1B6CEB

Tints of Royal Blue #1B6CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.19%

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

R = 7.3%
G = 29.19%
B = 63.51%

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

#1B6CEB (or 0x1B6CEB) is known color: Royal Blue. HEX triplet: 1B, 6C and EB. RGB value is (27,108,235). Sum of RGB (Red+Green+Blue) = 27+108+235=370 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.30% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 235 (92.19% from 255 or 63.51% from 370); Max value from RGB is 235 - color contains mainly: blue. Hex color #1B6CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B6CEB is #E49314. Grayscale: #616161. Windows color (decimal): -14979861 or 15428635. OLE color: 15428635.

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

Color convert

RGB 27 108 235 -
CMYK 0.89 0.54 0 0.08
HSL 216.63º 0.84% 0.51% -
HSV(B) 216.63º 0.89% 0.92% -
XYZ 20.81 16.96 80.77 -
YUV 98.26 205.16 77.17 -
System Red Green Blue C M Y K H S L
Decimal 27 108 235 0.89 0.54 0 0.08 216.63 0.84 0.51
Hex 1B 6C EB 59 36 0 8 D9 54 33
Octal 33 154 353 131 66 0 10 331 124 63
Binary 11011 1101100 11101011 1011001 110110 0 1000 11011001 1010100 110011

Color Harmonies of #1B6CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6CEB

Black with #1B6CEB

Text Example


Text Example

White with #1B6CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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