Html Css Color HEX #1C7EBA Curious Blue

📋 copy color: '#1C7EBA'

red 28 ◦ green 126 ◦ blue 186

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

Shades of Curious Blue #1C7EBA

Tints of Curious Blue #1C7EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.06%

 BLUE value IS 186 (73.05% from 255) = 54.71%

R = 8.24%
G = 37.06%
B = 54.71%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1C7EBA (or 0x1C7EBA) is known color: Curious Blue. HEX triplet: 1C, 7E and BA. RGB value is (28,126,186). Sum of RGB (Red+Green+Blue) = 28+126+186=340 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.24% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #1C7EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7EBA is #E38145. Grayscale: #676767. Windows color (decimal): -14909766 or 12221980. OLE color: 12221980.

HSL color Cylindrical-coordinate representation of color #1C7EBA: hue angle of 202.78º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C7EBA is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 28 126 186 -
CMYK 0.85 0.32 0 0.27
HSL 202.78º 0.74% 0.42% -
HSV(B) 202.78º 0.85% 0.73% -
XYZ 16.8 18.71 49.18 -
YUV 103.54 174.53 74.12 -
System Red Green Blue C M Y K H S L
Decimal 28 126 186 0.85 0.32 0 0.27 202.78 0.74 0.42
Hex 1C 7E BA 55 20 0 1B CB 4A 2A
Octal 34 176 272 125 40 0 33 313 112 52
Binary 11100 1111110 10111010 1010101 100000 0 11011 11001011 1001010 101010

Color Harmonies of #1C7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7EBA

Black with #1C7EBA

Text Example


Text Example

White with #1C7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,126,186); }

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

background-color css

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

 a { background-color: rgb(28,126,186); }

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

border-color css

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

 span { border-color: rgb(28,126,186); }

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