Html Css Color HEX #276BD0 Denim

📋 copy color: '#276BD0'

red 39 ◦ green 107 ◦ blue 208

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

Shades of Denim #276BD0

Tints of Denim #276BD0

RGB

 RED value IS 39 (15.63% from 255) = 11.02%

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

 BLUE value IS 208 (81.64% from 255) = 58.76%

R = 11.02%
G = 30.23%
B = 58.76%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#276BD0 (or 0x276BD0) is known color: Denim. HEX triplet: 27, 6B and D0. RGB value is (39,107,208). Sum of RGB (Red+Green+Blue) = 39+107+208=354 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.02% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 208 (81.64% from 255 or 58.76% from 354); Max value from RGB is 208 - color contains mainly: blue. Hex color #276BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276BD0 is #D8942F. Grayscale: #616161. Windows color (decimal): -14193712 or 13658919. OLE color: 13658919.

HSL color Cylindrical-coordinate representation of color #276BD0: hue angle of 215.86º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #276BD0 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 39 107 208 -
CMYK 0.81 0.49 0 0.18
HSL 215.86º 0.68% 0.48% -
HSV(B) 215.86º 0.81% 0.82% -
XYZ 17.48 15.5 61.75 -
YUV 98.18 189.97 85.79 -
System Red Green Blue C M Y K H S L
Decimal 39 107 208 0.81 0.49 0 0.18 215.86 0.68 0.48
Hex 27 6B D0 51 31 0 12 D8 44 30
Octal 47 153 320 121 61 0 22 330 104 60
Binary 100111 1101011 11010000 1010001 110001 0 10010 11011000 1000100 110000

Color Harmonies of #276BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276BD0

Black with #276BD0

Text Example


Text Example

White with #276BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276BD0; }

 p { color: rgb(39,107,208); }

 H1.HeaderClassName
 {
   color: #276BD0;
 }
 .AnyTagClassName
 {
   color: #276BD0;
 }
</style>

background-color css

<style>
 a { background-color: #276BD0; }

 a { background-color: rgb(39,107,208); }

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

border-color css

<style>
 span { border-color: #276BD0; }

 span { border-color: rgb(39,107,208); }

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