Html Css Color HEX #2B8CCC Curious Blue

📋 copy color: '#2B8CCC'

red 43 ◦ green 140 ◦ blue 204

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

Shades of Curious Blue #2B8CCC

Tints of Curious Blue #2B8CCC

RGB

 RED value IS 43 (17.19% from 255) = 11.11%

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

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

R = 11.11%
G = 36.18%
B = 52.71%

CMYK

 C value IS 0.79

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2B8CCC (or 0x2B8CCC) is known color: Curious Blue. HEX triplet: 2B, 8C and CC. RGB value is (43,140,204). Sum of RGB (Red+Green+Blue) = 43+140+204=387 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.11% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B8CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8CCC is #D47333. Grayscale: #757575. Windows color (decimal): -13923124 or 13405227. OLE color: 13405227.

HSL color Cylindrical-coordinate representation of color #2B8CCC: hue angle of 203.85º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B8CCC is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 43 140 204 -
CMYK 0.79 0.31 0 0.2
HSL 203.85º 0.65% 0.48% -
HSV(B) 203.85º 0.79% 0.8% -
XYZ 21.27 23.63 60.57 -
YUV 118.29 176.36 74.3 -
System Red Green Blue C M Y K H S L
Decimal 43 140 204 0.79 0.31 0 0.2 203.85 0.65 0.48
Hex 2B 8C CC 4F 1F 0 14 CC 41 30
Octal 53 214 314 117 37 0 24 314 101 60
Binary 101011 10001100 11001100 1001111 11111 0 10100 11001100 1000001 110000

Color Harmonies of #2B8CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8CCC

Black with #2B8CCC

Text Example


Text Example

White with #2B8CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,140,204); }

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

background-color css

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

 a { background-color: rgb(43,140,204); }

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

border-color css

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

 span { border-color: rgb(43,140,204); }

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