Html Css Color HEX #2689CC Curious Blue

📋 copy color: '#2689CC'

red 38 ◦ green 137 ◦ blue 204

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

Shades of Curious Blue #2689CC

Tints of Curious Blue #2689CC

RGB

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

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

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

R = 10.03%
G = 36.15%
B = 53.83%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2689CC (or 0x2689CC) is known color: Curious Blue. HEX triplet: 26, 89 and CC. RGB value is (38,137,204). Sum of RGB (Red+Green+Blue) = 38+137+204=379 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.03% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #2689CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2689CC is #D97633. Grayscale: #727272. Windows color (decimal): -14251572 or 13404454. OLE color: 13404454.

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

Color convert

RGB 38 137 204 -
CMYK 0.81 0.33 0 0.2
HSL 204.22º 0.69% 0.47% -
HSV(B) 204.22º 0.81% 0.8% -
XYZ 20.64 22.66 60.41 -
YUV 115.04 178.2 73.05 -
System Red Green Blue C M Y K H S L
Decimal 38 137 204 0.81 0.33 0 0.2 204.22 0.69 0.47
Hex 26 89 CC 51 21 0 14 CC 45 2F
Octal 46 211 314 121 41 0 24 314 105 57
Binary 100110 10001001 11001100 1010001 100001 0 10100 11001100 1000101 101111

Color Harmonies of #2689CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2689CC

Black with #2689CC

Text Example


Text Example

White with #2689CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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