Html Css Color HEX #1B68EB Royal Blue

📋 copy color: '#1B68EB'

red 27 ◦ green 104 ◦ blue 235

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

Shades of Royal Blue #1B68EB

Tints of Royal Blue #1B68EB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.42%

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

R = 7.38%
G = 28.42%
B = 64.21%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1B68EB (or 0x1B68EB) is known color: Royal Blue. HEX triplet: 1B, 68 and EB. RGB value is (27,104,235). Sum of RGB (Red+Green+Blue) = 27+104+235=366 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.38% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 235 (92.19% from 255 or 64.21% from 366); Max value from RGB is 235 - color contains mainly: blue. Hex color #1B68EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B68EB is #E49714. Grayscale: #5F5F5F. Windows color (decimal): -14980885 or 15427611. OLE color: 15427611.

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

Color convert

RGB 27 104 235 -
CMYK 0.89 0.56 0 0.08
HSL 217.79º 0.84% 0.51% -
HSV(B) 217.79º 0.89% 0.92% -
XYZ 20.4 16.13 80.64 -
YUV 95.91 206.49 78.85 -
System Red Green Blue C M Y K H S L
Decimal 27 104 235 0.89 0.56 0 0.08 217.79 0.84 0.51
Hex 1B 68 EB 59 38 0 8 DA 54 33
Octal 33 150 353 131 70 0 10 332 124 63
Binary 11011 1101000 11101011 1011001 111000 0 1000 11011010 1010100 110011

Color Harmonies of #1B68EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B68EB

Black with #1B68EB

Text Example


Text Example

White with #1B68EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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