Html Css Color HEX #1F8ABC Pelorous

📋 copy color: '#1F8ABC'

red 31 ◦ green 138 ◦ blue 188

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

Shades of Pelorous #1F8ABC

Tints of Pelorous #1F8ABC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.66%

 BLUE value IS 188 (73.83% from 255) = 52.66%

R = 8.68%
G = 38.66%
B = 52.66%

CMYK

 C value IS 0.84

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1F8ABC (or 0x1F8ABC) is known color: Pelorous. HEX triplet: 1F, 8A and BC. RGB value is (31,138,188). Sum of RGB (Red+Green+Blue) = 31+138+188=357 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.68% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F8ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F8ABC is #E07543. Grayscale: #6F6F6F. Windows color (decimal): -14710084 or 12356127. OLE color: 12356127.

HSL color Cylindrical-coordinate representation of color #1F8ABC: hue angle of 199.11º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F8ABC is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 31 138 188 -
CMYK 0.84 0.27 0 0.26
HSL 199.11º 0.72% 0.43% -
HSV(B) 199.11º 0.84% 0.74% -
XYZ 18.73 22.1 50.86 -
YUV 111.71 171.05 70.43 -
System Red Green Blue C M Y K H S L
Decimal 31 138 188 0.84 0.27 0 0.26 199.11 0.72 0.43
Hex 1F 8A BC 54 1B 0 1A C7 48 2B
Octal 37 212 274 124 33 0 32 307 110 53
Binary 11111 10001010 10111100 1010100 11011 0 11010 11000111 1001000 101011

Color Harmonies of #1F8ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8ABC

Black with #1F8ABC

Text Example


Text Example

White with #1F8ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,138,188); }

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

background-color css

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

 a { background-color: rgb(31,138,188); }

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

border-color css

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

 span { border-color: rgb(31,138,188); }

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