Html Css Color HEX #1F8BCC Pelorous

📋 copy color: '#1F8BCC'

red 31 ◦ green 139 ◦ blue 204

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

Shades of Pelorous #1F8BCC

Tints of Pelorous #1F8BCC

RGB

 RED value IS 31 (12.5% from 255) = 8.29%

 GREEN value IS 139 (54.69% from 255) = 37.17%

 BLUE value IS 204 (80.08% from 255) = 54.55%

R = 8.29%
G = 37.17%
B = 54.55%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1F8BCC (or 0x1F8BCC) is known color: Pelorous. HEX triplet: 1F, 8B and CC. RGB value is (31,139,204). Sum of RGB (Red+Green+Blue) = 31+139+204=374 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.29% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F8BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F8BCC is #E07433. Grayscale: #717171. Windows color (decimal): -14709812 or 13404959. OLE color: 13404959.

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

Color convert

RGB 31 139 204 -
CMYK 0.85 0.32 0 0.2
HSL 202.54º 0.74% 0.46% -
HSV(B) 202.54º 0.85% 0.8% -
XYZ 20.7 23.12 60.5 -
YUV 114.12 178.72 68.71 -
System Red Green Blue C M Y K H S L
Decimal 31 139 204 0.85 0.32 0 0.2 202.54 0.74 0.46
Hex 1F 8B CC 55 20 0 14 CB 4A 2E
Octal 37 213 314 125 40 0 24 313 112 56
Binary 11111 10001011 11001100 1010101 100000 0 10100 11001011 1001010 101110

Color Harmonies of #1F8BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8BCC

Black with #1F8BCC

Text Example


Text Example

White with #1F8BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,139,204); }

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

background-color css

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

 a { background-color: rgb(31,139,204); }

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

border-color css

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

 span { border-color: rgb(31,139,204); }

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