Html Css Color HEX #1F9FCE Pelorous

📋 copy color: '#1F9FCE'

red 31 ◦ green 159 ◦ blue 206

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

Shades of Pelorous #1F9FCE

Tints of Pelorous #1F9FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.15%

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 7.83%
G = 40.15%
B = 52.02%

CMYK

 C value IS 0.85

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F9FCE (or 0x1F9FCE) is known color: Pelorous. HEX triplet: 1F, 9F and CE. RGB value is (31,159,206). Sum of RGB (Red+Green+Blue) = 31+159+206=396 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.83% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F9FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9FCE is #E06031. Grayscale: #7D7D7D. Windows color (decimal): -14704690 or 13541151. OLE color: 13541151.

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

Color convert

RGB 31 159 206 -
CMYK 0.85 0.23 0 0.19
HSL 196.11º 0.74% 0.46% -
HSV(B) 196.11º 0.85% 0.81% -
XYZ 24.1 29.54 62.82 -
YUV 126.09 173.09 60.18 -
System Red Green Blue C M Y K H S L
Decimal 31 159 206 0.85 0.23 0 0.19 196.11 0.74 0.46
Hex 1F 9F CE 55 17 0 13 C4 4A 2E
Octal 37 237 316 125 27 0 23 304 112 56
Binary 11111 10011111 11001110 1010101 10111 0 10011 11000100 1001010 101110

Color Harmonies of #1F9FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9FCE

Black with #1F9FCE

Text Example


Text Example

White with #1F9FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,159,206); }

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

background-color css

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

 a { background-color: rgb(31,159,206); }

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

border-color css

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

 span { border-color: rgb(31,159,206); }

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