Html Css Color HEX #709ACC Picton Blue

📋 copy color: '#709ACC'

red 112 ◦ green 154 ◦ blue 204

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

Shades of Picton Blue #709ACC

Tints of Picton Blue #709ACC

RGB

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

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

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

R = 23.83%
G = 32.77%
B = 43.4%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#709ACC (or 0x709ACC) is known color: Picton Blue. HEX triplet: 70, 9A and CC. RGB value is (112,154,204). Sum of RGB (Red+Green+Blue) = 112+154+204=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #709ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709ACC is #8F6533. Grayscale: #929292. Windows color (decimal): -9397556 or 13408880. OLE color: 13408880.

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

Color convert

RGB 112 154 204 -
CMYK 0.45 0.25 0 0.2
HSL 212.61º 0.47% 0.62% -
HSV(B) 212.61º 0.45% 0.8% -
XYZ 29.14 30.92 61.56 -
YUV 147.14 160.09 102.93 -
System Red Green Blue C M Y K H S L
Decimal 112 154 204 0.45 0.25 0 0.2 212.61 0.47 0.62
Hex 70 9A CC 2D 19 0 14 D5 2F 3E
Octal 160 232 314 55 31 0 24 325 57 76
Binary 1110000 10011010 11001100 101101 11001 0 10100 11010101 101111 111110

Color Harmonies of #709ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709ACC

Black with #709ACC

Text Example


Text Example

White with #709ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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