Html Css Color HEX #1F94CE Pelorous

📋 copy color: '#1F94CE'

red 31 ◦ green 148 ◦ blue 206

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

Shades of Pelorous #1F94CE

Tints of Pelorous #1F94CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.44%

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

R = 8.05%
G = 38.44%
B = 53.51%

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

#1F94CE (or 0x1F94CE) is known color: Pelorous. HEX triplet: 1F, 94 and CE. RGB value is (31,148,206). Sum of RGB (Red+Green+Blue) = 31+148+206=385 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.05% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F94CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F94CE is #E06B31. Grayscale: #777777. Windows color (decimal): -14707506 or 13538335. OLE color: 13538335.

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

Color convert

RGB 31 148 206 -
CMYK 0.85 0.28 0 0.19
HSL 199.89º 0.74% 0.46% -
HSV(B) 199.89º 0.85% 0.81% -
XYZ 22.3 25.93 62.22 -
YUV 119.63 176.74 64.78 -
System Red Green Blue C M Y K H S L
Decimal 31 148 206 0.85 0.28 0 0.19 199.89 0.74 0.46
Hex 1F 94 CE 55 1C 0 13 C8 4A 2E
Octal 37 224 316 125 34 0 23 310 112 56
Binary 11111 10010100 11001110 1010101 11100 0 10011 11001000 1001010 101110

Color Harmonies of #1F94CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F94CE

Black with #1F94CE

Text Example


Text Example

White with #1F94CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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