Html Css Color HEX #1F9ACC Pelorous

📋 copy color: '#1F9ACC'

red 31 ◦ green 154 ◦ blue 204

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

Shades of Pelorous #1F9ACC

Tints of Pelorous #1F9ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.59%

 BLUE value IS 204 (80.08% from 255) = 52.44%

R = 7.97%
G = 39.59%
B = 52.44%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1F9ACC (or 0x1F9ACC) is known color: Pelorous. HEX triplet: 1F, 9A and CC. RGB value is (31,154,204). Sum of RGB (Red+Green+Blue) = 31+154+204=389 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.97% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F9ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9ACC is #E06533. Grayscale: #7A7A7A. Windows color (decimal): -14705972 or 13408799. OLE color: 13408799.

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

Color convert

RGB 31 154 204 -
CMYK 0.85 0.25 0 0.2
HSL 197.34º 0.74% 0.46% -
HSV(B) 197.34º 0.85% 0.8% -
XYZ 23.02 27.76 61.27 -
YUV 122.92 173.75 62.43 -
System Red Green Blue C M Y K H S L
Decimal 31 154 204 0.85 0.25 0 0.2 197.34 0.74 0.46
Hex 1F 9A CC 55 19 0 14 C5 4A 2E
Octal 37 232 314 125 31 0 24 305 112 56
Binary 11111 10011010 11001100 1010101 11001 0 10100 11000101 1001010 101110

Color Harmonies of #1F9ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9ACC

Black with #1F9ACC

Text Example


Text Example

White with #1F9ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,154,204); }

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

background-color css

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

 a { background-color: rgb(31,154,204); }

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

border-color css

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

 span { border-color: rgb(31,154,204); }

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