Html Css Color HEX #2C88DB Curious Blue

📋 copy color: '#2C88DB'

red 44 ◦ green 136 ◦ blue 219

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

Shades of Curious Blue #2C88DB

Tints of Curious Blue #2C88DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.09%

 BLUE value IS 219 (85.94% from 255) = 54.89%

R = 11.03%
G = 34.09%
B = 54.89%

CMYK

 C value IS 0.80

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2C88DB (or 0x2C88DB) is known color: Curious Blue. HEX triplet: 2C, 88 and DB. RGB value is (44,136,219). Sum of RGB (Red+Green+Blue) = 44+136+219=399 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.03% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C88DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C88DB is #D37724. Grayscale: #757575. Windows color (decimal): -13858597 or 14387244. OLE color: 14387244.

HSL color Cylindrical-coordinate representation of color #2C88DB: hue angle of 208.46º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C88DB is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 44 136 219 -
CMYK 0.80 0.38 0 0.14
HSL 208.46º 0.71% 0.52% -
HSV(B) 208.46º 0.8% 0.86% -
XYZ 22.63 23.26 70.31 -
YUV 117.95 185.02 75.25 -
System Red Green Blue C M Y K H S L
Decimal 44 136 219 0.80 0.38 0 0.14 208.46 0.71 0.52
Hex 2C 88 DB 50 26 0 E D0 47 34
Octal 54 210 333 120 46 0 16 320 107 64
Binary 101100 10001000 11011011 1010000 100110 0 1110 11010000 1000111 110100

Color Harmonies of #2C88DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C88DB

Black with #2C88DB

Text Example


Text Example

White with #2C88DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,136,219); }

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

background-color css

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

 a { background-color: rgb(44,136,219); }

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

border-color css

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

 span { border-color: rgb(44,136,219); }

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