Html Css Color HEX #2689CB Curious Blue

📋 copy color: '#2689CB'

red 38 ◦ green 137 ◦ blue 203

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

Shades of Curious Blue #2689CB

Tints of Curious Blue #2689CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.7%

R = 10.05%
G = 36.24%
B = 53.7%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2689CB (or 0x2689CB) is known color: Curious Blue. HEX triplet: 26, 89 and CB. RGB value is (38,137,203). Sum of RGB (Red+Green+Blue) = 38+137+203=378 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.05% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #2689CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2689CB is #D97634. Grayscale: #727272. Windows color (decimal): -14251573 or 13338918. OLE color: 13338918.

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

Color convert

RGB 38 137 203 -
CMYK 0.81 0.33 0 0.20
HSL 204º 0.68% 0.47% -
HSV(B) 204º 0.81% 0.8% -
XYZ 20.52 22.62 59.78 -
YUV 114.92 177.7 73.13 -
System Red Green Blue C M Y K H S L
Decimal 38 137 203 0.81 0.33 0 0.20 204 0.68 0.47
Hex 26 89 CB 51 21 0 14 CC 44 2F
Octal 46 211 313 121 41 0 24 314 104 57
Binary 100110 10001001 11001011 1010001 100001 0 10100 11001100 1000100 101111

Color Harmonies of #2689CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2689CB

Black with #2689CB

Text Example


Text Example

White with #2689CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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