Html Css Color HEX #2C85DB Curious Blue

📋 copy color: '#2C85DB'

red 44 ◦ green 133 ◦ blue 219

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

Shades of Curious Blue #2C85DB

Tints of Curious Blue #2C85DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.59%

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

R = 11.11%
G = 33.59%
B = 55.3%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2C85DB (or 0x2C85DB) is known color: Curious Blue. HEX triplet: 2C, 85 and DB. RGB value is (44,133,219). Sum of RGB (Red+Green+Blue) = 44+133+219=396 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.11% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C85DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C85DB is #D37A24. Grayscale: #737373. Windows color (decimal): -13859365 or 14386476. OLE color: 14386476.

HSL color Cylindrical-coordinate representation of color #2C85DB: hue angle of 209.49º 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 #2C85DB is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 44 133 219 -
CMYK 0.80 0.39 0 0.14
HSL 209.49º 0.71% 0.52% -
HSV(B) 209.49º 0.8% 0.86% -
XYZ 22.21 22.43 70.18 -
YUV 116.19 186.01 76.51 -
System Red Green Blue C M Y K H S L
Decimal 44 133 219 0.80 0.39 0 0.14 209.49 0.71 0.52
Hex 2C 85 DB 50 27 0 E D1 47 34
Octal 54 205 333 120 47 0 16 321 107 64
Binary 101100 10000101 11011011 1010000 100111 0 1110 11010001 1000111 110100

Color Harmonies of #2C85DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C85DB

Black with #2C85DB

Text Example


Text Example

White with #2C85DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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