Html Css Color HEX #279DCC Pelorous

📋 copy color: '#279DCC'

red 39 ◦ green 157 ◦ blue 204

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

Shades of Pelorous #279DCC

Tints of Pelorous #279DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.25%

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

R = 9.75%
G = 39.25%
B = 51%

CMYK

 C value IS 0.81

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#279DCC (or 0x279DCC) is known color: Pelorous. HEX triplet: 27, 9D and CC. RGB value is (39,157,204). Sum of RGB (Red+Green+Blue) = 39+157+204=400 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.75% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #279DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279DCC is #D86233. Grayscale: #7E7E7E. Windows color (decimal): -14180916 or 13409575. OLE color: 13409575.

HSL color Cylindrical-coordinate representation of color #279DCC: hue angle of 197.09º 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 #279DCC is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 157 204 -
CMYK 0.81 0.23 0 0.2
HSL 197.09º 0.68% 0.48% -
HSV(B) 197.09º 0.81% 0.8% -
XYZ 23.79 28.9 61.45 -
YUV 127.08 171.41 65.18 -
System Red Green Blue C M Y K H S L
Decimal 39 157 204 0.81 0.23 0 0.2 197.09 0.68 0.48
Hex 27 9D CC 51 17 0 14 C5 44 30
Octal 47 235 314 121 27 0 24 305 104 60
Binary 100111 10011101 11001100 1010001 10111 0 10100 11000101 1000100 110000

Color Harmonies of #279DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279DCC

Black with #279DCC

Text Example


Text Example

White with #279DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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