Html Css Color HEX #1B61DD Denim

📋 copy color: '#1B61DD'

red 27 ◦ green 97 ◦ blue 221

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

Shades of Denim #1B61DD

Tints of Denim #1B61DD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.12%

 BLUE value IS 221 (86.72% from 255) = 64.06%

R = 7.83%
G = 28.12%
B = 64.06%

CMYK

 C value IS 0.88

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B61DD (or 0x1B61DD) is known color: Denim. HEX triplet: 1B, 61 and DD. RGB value is (27,97,221). Sum of RGB (Red+Green+Blue) = 27+97+221=345 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.83% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B61DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B61DD is #E49E22. Grayscale: #595959. Windows color (decimal): -14982691 or 14508315. OLE color: 14508315.

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

Color convert

RGB 27 97 221 -
CMYK 0.88 0.56 0 0.13
HSL 218.35º 0.78% 0.49% -
HSV(B) 218.35º 0.88% 0.87% -
XYZ 17.78 14 70.17 -
YUV 90.21 201.81 82.92 -
System Red Green Blue C M Y K H S L
Decimal 27 97 221 0.88 0.56 0 0.13 218.35 0.78 0.49
Hex 1B 61 DD 58 38 0 D DA 4E 31
Octal 33 141 335 130 70 0 15 332 116 61
Binary 11011 1100001 11011101 1011000 111000 0 1101 11011010 1001110 110001

Color Harmonies of #1B61DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B61DD

Black with #1B61DD

Text Example


Text Example

White with #1B61DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,97,221); }

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

background-color css

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

 a { background-color: rgb(27,97,221); }

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

border-color css

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

 span { border-color: rgb(27,97,221); }

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