Html Css Color HEX #2688BC Curious Blue

📋 copy color: '#2688BC'

red 38 ◦ green 136 ◦ blue 188

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

Shades of Curious Blue #2688BC

Tints of Curious Blue #2688BC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.57%

 BLUE value IS 188 (73.83% from 255) = 51.93%

R = 10.5%
G = 37.57%
B = 51.93%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2688BC (or 0x2688BC) is known color: Curious Blue. HEX triplet: 26, 88 and BC. RGB value is (38,136,188). Sum of RGB (Red+Green+Blue) = 38+136+188=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #2688BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2688BC is #D97743. Grayscale: #707070. Windows color (decimal): -14251844 or 12355622. OLE color: 12355622.

HSL color Cylindrical-coordinate representation of color #2688BC: hue angle of 200.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2688BC is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 136 188 -
CMYK 0.80 0.28 0 0.26
HSL 200.8º 0.66% 0.44% -
HSV(B) 200.8º 0.8% 0.74% -
XYZ 18.68 21.65 50.77 -
YUV 112.63 170.53 74.77 -
System Red Green Blue C M Y K H S L
Decimal 38 136 188 0.80 0.28 0 0.26 200.8 0.66 0.44
Hex 26 88 BC 50 1C 0 1A C9 42 2C
Octal 46 210 274 120 34 0 32 311 102 54
Binary 100110 10001000 10111100 1010000 11100 0 11010 11001001 1000010 101100

Color Harmonies of #2688BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2688BC

Black with #2688BC

Text Example


Text Example

White with #2688BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2688BC; }

 p { color: rgb(38,136,188); }

 H1.HeaderClassName
 {
   color: #2688BC;
 }
 .AnyTagClassName
 {
   color: #2688BC;
 }
</style>

background-color css

<style>
 a { background-color: #2688BC; }

 a { background-color: rgb(38,136,188); }

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

border-color css

<style>
 span { border-color: #2688BC; }

 span { border-color: rgb(38,136,188); }

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