Html Css Color HEX #2C8CBB Curious Blue

📋 copy color: '#2C8CBB'

red 44 ◦ green 140 ◦ blue 187

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

Shades of Curious Blue #2C8CBB

Tints of Curious Blue #2C8CBB

RGB

 RED value IS 44 (17.58% from 255) = 11.86%

 GREEN value IS 140 (55.08% from 255) = 37.74%

 BLUE value IS 187 (73.44% from 255) = 50.4%

R = 11.86%
G = 37.74%
B = 50.4%

CMYK

 C value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2C8CBB (or 0x2C8CBB) is known color: Curious Blue. HEX triplet: 2C, 8C and BB. RGB value is (44,140,187). Sum of RGB (Red+Green+Blue) = 44+140+187=371 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.86% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #2C8CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C8CBB is #D37344. Grayscale: #747474. Windows color (decimal): -13857605 or 12291116. OLE color: 12291116.

HSL color Cylindrical-coordinate representation of color #2C8CBB: hue angle of 199.72º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C8CBB is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 140 187 -
CMYK 0.76 0.25 0 0.27
HSL 199.72º 0.62% 0.45% -
HSV(B) 199.72º 0.76% 0.73% -
XYZ 19.39 22.88 50.41 -
YUV 116.65 167.7 76.18 -
System Red Green Blue C M Y K H S L
Decimal 44 140 187 0.76 0.25 0 0.27 199.72 0.62 0.45
Hex 2C 8C BB 4C 19 0 1B C8 3E 2D
Octal 54 214 273 114 31 0 33 310 76 55
Binary 101100 10001100 10111011 1001100 11001 0 11011 11001000 111110 101101

Color Harmonies of #2C8CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8CBB

Black with #2C8CBB

Text Example


Text Example

White with #2C8CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C8CBB; }

 p { color: rgb(44,140,187); }

 H1.HeaderClassName
 {
   color: #2C8CBB;
 }
 .AnyTagClassName
 {
   color: #2C8CBB;
 }
</style>

background-color css

<style>
 a { background-color: #2C8CBB; }

 a { background-color: rgb(44,140,187); }

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

border-color css

<style>
 span { border-color: #2C8CBB; }

 span { border-color: rgb(44,140,187); }

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