Html Css Color HEX #2B6DCE Denim

📋 copy color: '#2B6DCE'

red 43 ◦ green 109 ◦ blue 206

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

Shades of Denim #2B6DCE

Tints of Denim #2B6DCE

RGB

 RED value IS 43 (17.19% from 255) = 12.01%

 GREEN value IS 109 (42.97% from 255) = 30.45%

 BLUE value IS 206 (80.86% from 255) = 57.54%

R = 12.01%
G = 30.45%
B = 57.54%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2B6DCE (or 0x2B6DCE) is known color: Denim. HEX triplet: 2B, 6D and CE. RGB value is (43,109,206). Sum of RGB (Red+Green+Blue) = 43+109+206=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B6DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6DCE is #D49231. Grayscale: #636363. Windows color (decimal): -13931058 or 13528363. OLE color: 13528363.

HSL color Cylindrical-coordinate representation of color #2B6DCE: hue angle of 215.71º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B6DCE is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 109 206 -
CMYK 0.79 0.47 0 0.19
HSL 215.71º 0.65% 0.49% -
HSV(B) 215.71º 0.79% 0.81% -
XYZ 17.61 15.91 60.53 -
YUV 100.32 187.63 87.11 -
System Red Green Blue C M Y K H S L
Decimal 43 109 206 0.79 0.47 0 0.19 215.71 0.65 0.49
Hex 2B 6D CE 4F 2F 0 13 D8 41 31
Octal 53 155 316 117 57 0 23 330 101 61
Binary 101011 1101101 11001110 1001111 101111 0 10011 11011000 1000001 110001

Color Harmonies of #2B6DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6DCE

Black with #2B6DCE

Text Example


Text Example

White with #2B6DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B6DCE; }

 p { color: rgb(43,109,206); }

 H1.HeaderClassName
 {
   color: #2B6DCE;
 }
 .AnyTagClassName
 {
   color: #2B6DCE;
 }
</style>

background-color css

<style>
 a { background-color: #2B6DCE; }

 a { background-color: rgb(43,109,206); }

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

border-color css

<style>
 span { border-color: #2B6DCE; }

 span { border-color: rgb(43,109,206); }

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