Html Css Color HEX #1C83CB Curious Blue

📋 copy color: '#1C83CB'

red 28 ◦ green 131 ◦ blue 203

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

Shades of Curious Blue #1C83CB

Tints of Curious Blue #1C83CB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.19%

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

R = 7.73%
G = 36.19%
B = 56.08%

CMYK

 C value IS 0.86

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C83CB (or 0x1C83CB) is known color: Curious Blue. HEX triplet: 1C, 83 and CB. RGB value is (28,131,203). Sum of RGB (Red+Green+Blue) = 28+131+203=362 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.73% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C83CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C83CB is #E37C34. Grayscale: #6C6C6C. Windows color (decimal): -14908469 or 13337372. OLE color: 13337372.

HSL color Cylindrical-coordinate representation of color #1C83CB: hue angle of 204.69º 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 #1C83CB is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 131 203 -
CMYK 0.86 0.35 0 0.20
HSL 204.69º 0.76% 0.45% -
HSV(B) 204.69º 0.86% 0.8% -
XYZ 19.37 20.79 59.49 -
YUV 108.41 181.38 70.65 -
System Red Green Blue C M Y K H S L
Decimal 28 131 203 0.86 0.35 0 0.20 204.69 0.76 0.45
Hex 1C 83 CB 56 23 0 14 CD 4C 2D
Octal 34 203 313 126 43 0 24 315 114 55
Binary 11100 10000011 11001011 1010110 100011 0 10100 11001101 1001100 101101

Color Harmonies of #1C83CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C83CB

Black with #1C83CB

Text Example


Text Example

White with #1C83CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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