Html Css Color HEX #1B5BDE Denim

📋 copy color: '#1B5BDE'

red 27 ◦ green 91 ◦ blue 222

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

Shades of Denim #1B5BDE

Tints of Denim #1B5BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.29%

R = 7.94%
G = 26.76%
B = 65.29%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B5BDE (or 0x1B5BDE) is known color: Denim. HEX triplet: 1B, 5B and DE. RGB value is (27,91,222). Sum of RGB (Red+Green+Blue) = 27+91+222=340 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.94% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 222 (87.11% from 255 or 65.29% from 340); Max value from RGB is 222 - color contains mainly: blue. Hex color #1B5BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B5BDE is #E4A421. Grayscale: #565656. Windows color (decimal): -14984226 or 14572315. OLE color: 14572315.

HSL color Cylindrical-coordinate representation of color #1B5BDE: hue angle of 220.31º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B5BDE is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 27 91 222 -
CMYK 0.88 0.59 0 0.13
HSL 220.31º 0.78% 0.49% -
HSV(B) 220.31º 0.88% 0.87% -
XYZ 17.38 12.99 70.7 -
YUV 86.8 204.3 85.35 -
System Red Green Blue C M Y K H S L
Decimal 27 91 222 0.88 0.59 0 0.13 220.31 0.78 0.49
Hex 1B 5B DE 58 3B 0 D DC 4E 31
Octal 33 133 336 130 73 0 15 334 116 61
Binary 11011 1011011 11011110 1011000 111011 0 1101 11011100 1001110 110001

Color Harmonies of #1B5BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5BDE

Black with #1B5BDE

Text Example


Text Example

White with #1B5BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,91,222); }

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

background-color css

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

 a { background-color: rgb(27,91,222); }

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

border-color css

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

 span { border-color: rgb(27,91,222); }

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