Html Css Color HEX #1F95CF Pelorous

📋 copy color: '#1F95CF'

red 31 ◦ green 149 ◦ blue 207

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

Shades of Pelorous #1F95CF

Tints of Pelorous #1F95CF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.5%

 BLUE value IS 207 (81.25% from 255) = 53.49%

R = 8.01%
G = 38.5%
B = 53.49%

CMYK

 C value IS 0.85

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F95CF (or 0x1F95CF) is known color: Pelorous. HEX triplet: 1F, 95 and CF. RGB value is (31,149,207). Sum of RGB (Red+Green+Blue) = 31+149+207=387 (51% of max value = 765). Red value is 31 (12.5% from 255 or 8.01% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F95CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F95CF is #E06A30. Grayscale: #777777. Windows color (decimal): -14707249 or 13604127. OLE color: 13604127.

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

Color convert

RGB 31 149 207 -
CMYK 0.85 0.28 0 0.19
HSL 199.77º 0.74% 0.47% -
HSV(B) 199.77º 0.85% 0.81% -
XYZ 22.58 26.29 62.92 -
YUV 120.33 176.91 64.28 -
System Red Green Blue C M Y K H S L
Decimal 31 149 207 0.85 0.28 0 0.19 199.77 0.74 0.47
Hex 1F 95 CF 55 1C 0 13 C8 4A 2F
Octal 37 225 317 125 34 0 23 310 112 57
Binary 11111 10010101 11001111 1010101 11100 0 10011 11001000 1001010 101111

Color Harmonies of #1F95CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F95CF

Black with #1F95CF

Text Example


Text Example

White with #1F95CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,149,207); }

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

background-color css

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

 a { background-color: rgb(31,149,207); }

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

border-color css

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

 span { border-color: rgb(31,149,207); }

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