Html Css Color HEX #709CCC Picton Blue

📋 copy color: '#709CCC'

red 112 ◦ green 156 ◦ blue 204

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

Shades of Picton Blue #709CCC

Tints of Picton Blue #709CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.05%

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

R = 23.73%
G = 33.05%
B = 43.22%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#709CCC (or 0x709CCC) is known color: Picton Blue. HEX triplet: 70, 9C and CC. RGB value is (112,156,204). Sum of RGB (Red+Green+Blue) = 112+156+204=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #709CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709CCC is #8F6333. Grayscale: #949494. Windows color (decimal): -9397044 or 13409392. OLE color: 13409392.

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

Color convert

RGB 112 156 204 -
CMYK 0.45 0.24 0 0.2
HSL 211.3º 0.47% 0.62% -
HSV(B) 211.3º 0.45% 0.8% -
XYZ 29.47 31.58 61.67 -
YUV 148.32 159.42 102.1 -
System Red Green Blue C M Y K H S L
Decimal 112 156 204 0.45 0.24 0 0.2 211.3 0.47 0.62
Hex 70 9C CC 2D 18 0 14 D3 2F 3E
Octal 160 234 314 55 30 0 24 323 57 76
Binary 1110000 10011100 11001100 101101 11000 0 10100 11010011 101111 111110

Color Harmonies of #709CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709CCC

Black with #709CCC

Text Example


Text Example

White with #709CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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