Html Css Color HEX #1C7FBB Pelorous

📋 copy color: '#1C7FBB'

red 28 ◦ green 127 ◦ blue 187

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

Shades of Pelorous #1C7FBB

Tints of Pelorous #1C7FBB

RGB

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

 GREEN value IS 127 (50% from 255) = 37.13%

 BLUE value IS 187 (73.44% from 255) = 54.68%

R = 8.19%
G = 37.13%
B = 54.68%

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

#1C7FBB (or 0x1C7FBB) is known color: Pelorous. HEX triplet: 1C, 7F and BB. RGB value is (28,127,187). Sum of RGB (Red+Green+Blue) = 28+127+187=342 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.19% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #1C7FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7FBB is #E38044. Grayscale: #676767. Windows color (decimal): -14909509 or 12287772. OLE color: 12287772.

HSL color Cylindrical-coordinate representation of color #1C7FBB: hue angle of 202.64º 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 #1C7FBB is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 28 127 187 -
CMYK 0.85 0.32 0 0.27
HSL 202.64º 0.74% 0.42% -
HSV(B) 202.64º 0.85% 0.73% -
XYZ 17.04 19.01 49.79 -
YUV 104.24 174.7 73.62 -
System Red Green Blue C M Y K H S L
Decimal 28 127 187 0.85 0.32 0 0.27 202.64 0.74 0.42
Hex 1C 7F BB 55 20 0 1B CB 4A 2A
Octal 34 177 273 125 40 0 33 313 112 52
Binary 11100 1111111 10111011 1010101 100000 0 11011 11001011 1001010 101010

Color Harmonies of #1C7FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7FBB

Black with #1C7FBB

Text Example


Text Example

White with #1C7FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,127,187); }

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

background-color css

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

 a { background-color: rgb(28,127,187); }

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

border-color css

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

 span { border-color: rgb(28,127,187); }

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