Html Css Color HEX #2689CE Curious Blue

📋 copy color: '#2689CE'

red 38 ◦ green 137 ◦ blue 206

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

Shades of Curious Blue #2689CE

Tints of Curious Blue #2689CE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.96%

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

R = 9.97%
G = 35.96%
B = 54.07%

CMYK

 C value IS 0.82

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2689CE (or 0x2689CE) is known color: Curious Blue. HEX triplet: 26, 89 and CE. RGB value is (38,137,206). Sum of RGB (Red+Green+Blue) = 38+137+206=381 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.97% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #2689CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2689CE is #D97631. Grayscale: #727272. Windows color (decimal): -14251570 or 13535526. OLE color: 13535526.

HSL color Cylindrical-coordinate representation of color #2689CE: hue angle of 204.64º 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 #2689CE is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 38 137 206 -
CMYK 0.82 0.33 0 0.19
HSL 204.64º 0.69% 0.48% -
HSV(B) 204.64º 0.82% 0.81% -
XYZ 20.89 22.76 61.68 -
YUV 115.27 179.2 72.89 -
System Red Green Blue C M Y K H S L
Decimal 38 137 206 0.82 0.33 0 0.19 204.64 0.69 0.48
Hex 26 89 CE 52 21 0 13 CD 45 30
Octal 46 211 316 122 41 0 23 315 105 60
Binary 100110 10001001 11001110 1010010 100001 0 10011 11001101 1000101 110000

Color Harmonies of #2689CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2689CE

Black with #2689CE

Text Example


Text Example

White with #2689CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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