Html Css Color HEX #2688CE Curious Blue

📋 copy color: '#2688CE'

red 38 ◦ green 136 ◦ blue 206

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

Shades of Curious Blue #2688CE

Tints of Curious Blue #2688CE

RGB

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

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

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

R = 10%
G = 35.79%
B = 54.21%

CMYK

 C value IS 0.82

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2688CE (or 0x2688CE) is known color: Curious Blue. HEX triplet: 26, 88 and CE. RGB value is (38,136,206). Sum of RGB (Red+Green+Blue) = 38+136+206=380 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #2688CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2688CE is #D97731. Grayscale: #727272. Windows color (decimal): -14251826 or 13535270. OLE color: 13535270.

HSL color Cylindrical-coordinate representation of color #2688CE: hue angle of 205º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2688CE is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 38 136 206 -
CMYK 0.82 0.34 0 0.19
HSL 205º 0.69% 0.48% -
HSV(B) 205º 0.82% 0.81% -
XYZ 20.74 22.48 61.64 -
YUV 114.68 179.53 73.31 -
System Red Green Blue C M Y K H S L
Decimal 38 136 206 0.82 0.34 0 0.19 205 0.69 0.48
Hex 26 88 CE 52 22 0 13 CD 45 30
Octal 46 210 316 122 42 0 23 315 105 60
Binary 100110 10001000 11001110 1010010 100010 0 10011 11001101 1000101 110000

Color Harmonies of #2688CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2688CE

Black with #2688CE

Text Example


Text Example

White with #2688CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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