Html Css Color HEX #709BC7 Picton Blue

📋 copy color: '#709BC7'

red 112 ◦ green 155 ◦ blue 199

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

Shades of Picton Blue #709BC7

Tints of Picton Blue #709BC7

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.26%

 BLUE value IS 199 (78.13% from 255) = 42.7%

R = 24.03%
G = 33.26%
B = 42.7%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#709BC7 (or 0x709BC7) is known color: Picton Blue. HEX triplet: 70, 9B and C7. RGB value is (112,155,199). Sum of RGB (Red+Green+Blue) = 112+155+199=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 199 - color contains mainly: blue. Hex color #709BC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709BC7 is #8F6438. Grayscale: #929292. Windows color (decimal): -9397305 or 13081456. OLE color: 13081456.

HSL color Cylindrical-coordinate representation of color #709BC7: hue angle of 210.34º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #709BC7 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 155 199 -
CMYK 0.44 0.22 0 0.22
HSL 210.34º 0.44% 0.61% -
HSV(B) 210.34º 0.44% 0.78% -
XYZ 28.71 31.01 58.51 -
YUV 147.16 157.25 102.92 -
System Red Green Blue C M Y K H S L
Decimal 112 155 199 0.44 0.22 0 0.22 210.34 0.44 0.61
Hex 70 9B C7 2C 16 0 16 D2 2C 3D
Octal 160 233 307 54 26 0 26 322 54 75
Binary 1110000 10011011 11000111 101100 10110 0 10110 11010010 101100 111101

Color Harmonies of #709BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709BC7

Black with #709BC7

Text Example


Text Example

White with #709BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,155,199); }

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

background-color css

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

 a { background-color: rgb(112,155,199); }

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

border-color css

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

 span { border-color: rgb(112,155,199); }

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