Html Css Color HEX #2C8ABC Curious Blue

📋 copy color: '#2C8ABC'

red 44 ◦ green 138 ◦ blue 188

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

Shades of Curious Blue #2C8ABC

Tints of Curious Blue #2C8ABC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.3%

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 11.89%
G = 37.3%
B = 50.81%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2C8ABC (or 0x2C8ABC) is known color: Curious Blue. HEX triplet: 2C, 8A and BC. RGB value is (44,138,188). Sum of RGB (Red+Green+Blue) = 44+138+188=370 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.89% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C8ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C8ABC is #D37543. Grayscale: #737373. Windows color (decimal): -13858116 or 12356140. OLE color: 12356140.

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

Color convert

RGB 44 138 188 -
CMYK 0.77 0.27 0 0.26
HSL 200.83º 0.62% 0.45% -
HSV(B) 200.83º 0.77% 0.74% -
XYZ 19.2 22.34 50.88 -
YUV 115.59 168.86 76.93 -
System Red Green Blue C M Y K H S L
Decimal 44 138 188 0.77 0.27 0 0.26 200.83 0.62 0.45
Hex 2C 8A BC 4D 1B 0 1A C9 3E 2D
Octal 54 212 274 115 33 0 32 311 76 55
Binary 101100 10001010 10111100 1001101 11011 0 11010 11001001 111110 101101

Color Harmonies of #2C8ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8ABC

Black with #2C8ABC

Text Example


Text Example

White with #2C8ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,138,188); }

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

background-color css

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

 a { background-color: rgb(44,138,188); }

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

border-color css

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

 span { border-color: rgb(44,138,188); }

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