Html Css Color HEX #279ACC Pelorous

📋 copy color: '#279ACC'

red 39 ◦ green 154 ◦ blue 204

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

Shades of Pelorous #279ACC

Tints of Pelorous #279ACC

RGB

 RED value IS 39 (15.63% from 255) = 9.82%

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

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

R = 9.82%
G = 38.79%
B = 51.39%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#279ACC (or 0x279ACC) is known color: Pelorous. HEX triplet: 27, 9A and CC. RGB value is (39,154,204). Sum of RGB (Red+Green+Blue) = 39+154+204=397 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.82% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #279ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279ACC is #D86533. Grayscale: #7D7D7D. Windows color (decimal): -14181684 or 13408807. OLE color: 13408807.

HSL color Cylindrical-coordinate representation of color #279ACC: hue angle of 198.18º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #279ACC is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 154 204 -
CMYK 0.81 0.25 0 0.2
HSL 198.18º 0.68% 0.48% -
HSV(B) 198.18º 0.81% 0.8% -
XYZ 23.29 27.9 61.28 -
YUV 125.32 172.4 66.43 -
System Red Green Blue C M Y K H S L
Decimal 39 154 204 0.81 0.25 0 0.2 198.18 0.68 0.48
Hex 27 9A CC 51 19 0 14 C6 44 30
Octal 47 232 314 121 31 0 24 306 104 60
Binary 100111 10011010 11001100 1010001 11001 0 10100 11000110 1000100 110000

Color Harmonies of #279ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279ACC

Black with #279ACC

Text Example


Text Example

White with #279ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #279ACC; }

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

 H1.HeaderClassName
 {
   color: #279ACC;
 }
 .AnyTagClassName
 {
   color: #279ACC;
 }
</style>

background-color css

<style>
 a { background-color: #279ACC; }

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

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

border-color css

<style>
 span { border-color: #279ACC; }

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

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