Html Css Color HEX #2686CC Curious Blue

📋 copy color: '#2686CC'

red 38 ◦ green 134 ◦ blue 204

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

Shades of Curious Blue #2686CC

Tints of Curious Blue #2686CC

RGB

 RED value IS 38 (15.23% from 255) = 10.11%

 GREEN value IS 134 (52.73% from 255) = 35.64%

 BLUE value IS 204 (80.08% from 255) = 54.26%

R = 10.11%
G = 35.64%
B = 54.26%

CMYK

 C value IS 0.81

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2686CC (or 0x2686CC) is known color: Curious Blue. HEX triplet: 26, 86 and CC. RGB value is (38,134,204). Sum of RGB (Red+Green+Blue) = 38+134+204=376 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.11% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #2686CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2686CC is #D97933. Grayscale: #707070. Windows color (decimal): -14252340 or 13403686. OLE color: 13403686.

HSL color Cylindrical-coordinate representation of color #2686CC: hue angle of 205.3º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2686CC is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 134 204 -
CMYK 0.81 0.34 0 0.2
HSL 205.3º 0.69% 0.47% -
HSV(B) 205.3º 0.81% 0.8% -
XYZ 20.22 21.82 60.27 -
YUV 113.28 179.2 74.31 -
System Red Green Blue C M Y K H S L
Decimal 38 134 204 0.81 0.34 0 0.2 205.3 0.69 0.47
Hex 26 86 CC 51 22 0 14 CD 45 2F
Octal 46 206 314 121 42 0 24 315 105 57
Binary 100110 10000110 11001100 1010001 100010 0 10100 11001101 1000101 101111

Color Harmonies of #2686CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2686CC

Black with #2686CC

Text Example


Text Example

White with #2686CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2686CC; }

 p { color: rgb(38,134,204); }

 H1.HeaderClassName
 {
   color: #2686CC;
 }
 .AnyTagClassName
 {
   color: #2686CC;
 }
</style>

background-color css

<style>
 a { background-color: #2686CC; }

 a { background-color: rgb(38,134,204); }

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

border-color css

<style>
 span { border-color: #2686CC; }

 span { border-color: rgb(38,134,204); }

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