Html Css Color HEX #1F9DCC Pelorous

📋 copy color: '#1F9DCC'

red 31 ◦ green 157 ◦ blue 204

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

Shades of Pelorous #1F9DCC

Tints of Pelorous #1F9DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.05%

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

R = 7.91%
G = 40.05%
B = 52.04%

CMYK

 C value IS 0.85

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1F9DCC (or 0x1F9DCC) is known color: Pelorous. HEX triplet: 1F, 9D and CC. RGB value is (31,157,204). Sum of RGB (Red+Green+Blue) = 31+157+204=392 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.91% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F9DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9DCC is #E06233. Grayscale: #7C7C7C. Windows color (decimal): -14705204 or 13409567. OLE color: 13409567.

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

Color convert

RGB 31 157 204 -
CMYK 0.85 0.23 0 0.2
HSL 196.3º 0.74% 0.46% -
HSV(B) 196.3º 0.85% 0.8% -
XYZ 23.52 28.76 61.44 -
YUV 124.68 172.76 61.18 -
System Red Green Blue C M Y K H S L
Decimal 31 157 204 0.85 0.23 0 0.2 196.3 0.74 0.46
Hex 1F 9D CC 55 17 0 14 C4 4A 2E
Octal 37 235 314 125 27 0 24 304 112 56
Binary 11111 10011101 11001100 1010101 10111 0 10100 11000100 1001010 101110

Color Harmonies of #1F9DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9DCC

Black with #1F9DCC

Text Example


Text Example

White with #1F9DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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