Html Css Color HEX #709FCC Picton Blue

📋 copy color: '#709FCC'

red 112 ◦ green 159 ◦ blue 204

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

Shades of Picton Blue #709FCC

Tints of Picton Blue #709FCC

RGB

 RED value IS 112 (44.14% from 255) = 23.58%

 GREEN value IS 159 (62.5% from 255) = 33.47%

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

R = 23.58%
G = 33.47%
B = 42.95%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#709FCC (or 0x709FCC) is known color: Picton Blue. HEX triplet: 70, 9F and CC. RGB value is (112,159,204). Sum of RGB (Red+Green+Blue) = 112+159+204=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #709FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709FCC is #8F6033. Grayscale: #959595. Windows color (decimal): -9396276 or 13410160. OLE color: 13410160.

HSL color Cylindrical-coordinate representation of color #709FCC: hue angle of 209.35º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #709FCC is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 159 204 -
CMYK 0.45 0.22 0 0.2
HSL 209.35º 0.47% 0.62% -
HSV(B) 209.35º 0.45% 0.8% -
XYZ 29.98 32.6 61.84 -
YUV 150.08 158.43 100.84 -
System Red Green Blue C M Y K H S L
Decimal 112 159 204 0.45 0.22 0 0.2 209.35 0.47 0.62
Hex 70 9F CC 2D 16 0 14 D1 2F 3E
Octal 160 237 314 55 26 0 24 321 57 76
Binary 1110000 10011111 11001100 101101 10110 0 10100 11010001 101111 111110

Color Harmonies of #709FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709FCC

Black with #709FCC

Text Example


Text Example

White with #709FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709FCC; }

 p { color: rgb(112,159,204); }

 H1.HeaderClassName
 {
   color: #709FCC;
 }
 .AnyTagClassName
 {
   color: #709FCC;
 }
</style>

background-color css

<style>
 a { background-color: #709FCC; }

 a { background-color: rgb(112,159,204); }

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

border-color css

<style>
 span { border-color: #709FCC; }

 span { border-color: rgb(112,159,204); }

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