Html Css Color HEX #2688CA Curious Blue

📋 copy color: '#2688CA'

red 38 ◦ green 136 ◦ blue 202

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

Shades of Curious Blue #2688CA

Tints of Curious Blue #2688CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.72%

R = 10.11%
G = 36.17%
B = 53.72%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2688CA (or 0x2688CA) is known color: Curious Blue. HEX triplet: 26, 88 and CA. RGB value is (38,136,202). Sum of RGB (Red+Green+Blue) = 38+136+202=376 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.11% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #2688CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2688CA is #D97735. Grayscale: #717171. Windows color (decimal): -14251830 or 13273126. OLE color: 13273126.

HSL color Cylindrical-coordinate representation of color #2688CA: hue angle of 204.15º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2688CA is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 38 136 202 -
CMYK 0.81 0.33 0 0.21
HSL 204.15º 0.68% 0.47% -
HSV(B) 204.15º 0.81% 0.79% -
XYZ 20.26 22.28 59.11 -
YUV 114.22 177.53 73.63 -
System Red Green Blue C M Y K H S L
Decimal 38 136 202 0.81 0.33 0 0.21 204.15 0.68 0.47
Hex 26 88 CA 51 21 0 15 CC 44 2F
Octal 46 210 312 121 41 0 25 314 104 57
Binary 100110 10001000 11001010 1010001 100001 0 10101 11001100 1000100 101111

Color Harmonies of #2688CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2688CA

Black with #2688CA

Text Example


Text Example

White with #2688CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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