Html Css Color HEX #1F8ACD Pelorous

📋 copy color: '#1F8ACD'

red 31 ◦ green 138 ◦ blue 205

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

Shades of Pelorous #1F8ACD

Tints of Pelorous #1F8ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.81%

R = 8.29%
G = 36.9%
B = 54.81%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1F8ACD (or 0x1F8ACD) is known color: Pelorous. HEX triplet: 1F, 8A and CD. RGB value is (31,138,205). Sum of RGB (Red+Green+Blue) = 31+138+205=374 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.29% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F8ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F8ACD is #E07532. Grayscale: #717171. Windows color (decimal): -14710067 or 13470239. OLE color: 13470239.

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

Color convert

RGB 31 138 205 -
CMYK 0.85 0.33 0 0.20
HSL 203.1º 0.74% 0.46% -
HSV(B) 203.1º 0.85% 0.8% -
XYZ 20.67 22.88 61.08 -
YUV 113.65 179.55 69.05 -
System Red Green Blue C M Y K H S L
Decimal 31 138 205 0.85 0.33 0 0.20 203.1 0.74 0.46
Hex 1F 8A CD 55 21 0 14 CB 4A 2E
Octal 37 212 315 125 41 0 24 313 112 56
Binary 11111 10001010 11001101 1010101 100001 0 10100 11001011 1001010 101110

Color Harmonies of #1F8ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8ACD

Black with #1F8ACD

Text Example


Text Example

White with #1F8ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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