Html Css Color HEX #1C85CB Curious Blue

📋 copy color: '#1C85CB'

red 28 ◦ green 133 ◦ blue 203

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

Shades of Curious Blue #1C85CB

Tints of Curious Blue #1C85CB

RGB

 RED value IS 28 (11.33% from 255) = 7.69%

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

 BLUE value IS 203 (79.69% from 255) = 55.77%

R = 7.69%
G = 36.54%
B = 55.77%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C85CB (or 0x1C85CB) is known color: Curious Blue. HEX triplet: 1C, 85 and CB. RGB value is (28,133,203). Sum of RGB (Red+Green+Blue) = 28+133+203=364 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.69% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C85CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C85CB is #E37A34. Grayscale: #6D6D6D. Windows color (decimal): -14907957 or 13337884. OLE color: 13337884.

HSL color Cylindrical-coordinate representation of color #1C85CB: hue angle of 204º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C85CB is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 133 203 -
CMYK 0.86 0.34 0 0.20
HSL 204º 0.76% 0.45% -
HSV(B) 204º 0.86% 0.8% -
XYZ 19.65 21.33 59.58 -
YUV 109.59 180.71 69.81 -
System Red Green Blue C M Y K H S L
Decimal 28 133 203 0.86 0.34 0 0.20 204 0.76 0.45
Hex 1C 85 CB 56 22 0 14 CC 4C 2D
Octal 34 205 313 126 42 0 24 314 114 55
Binary 11100 10000101 11001011 1010110 100010 0 10100 11001100 1001100 101101

Color Harmonies of #1C85CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C85CB

Black with #1C85CB

Text Example


Text Example

White with #1C85CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C85CB; }

 p { color: rgb(28,133,203); }

 H1.HeaderClassName
 {
   color: #1C85CB;
 }
 .AnyTagClassName
 {
   color: #1C85CB;
 }
</style>

background-color css

<style>
 a { background-color: #1C85CB; }

 a { background-color: rgb(28,133,203); }

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

border-color css

<style>
 span { border-color: #1C85CB; }

 span { border-color: rgb(28,133,203); }

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