Html Css Color HEX #709BC8 Picton Blue

📋 copy color: '#709BC8'

red 112 ◦ green 155 ◦ blue 200

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

Shades of Picton Blue #709BC8

Tints of Picton Blue #709BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.83%

R = 23.98%
G = 33.19%
B = 42.83%

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

#709BC8 (or 0x709BC8) is known color: Picton Blue. HEX triplet: 70, 9B and C8. RGB value is (112,155,200). Sum of RGB (Red+Green+Blue) = 112+155+200=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 200 - color contains mainly: blue. Hex color #709BC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709BC8 is #8F6437. Grayscale: #939393. Windows color (decimal): -9397304 or 13146992. OLE color: 13146992.

HSL color Cylindrical-coordinate representation of color #709BC8: hue angle of 210.68º 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 #709BC8 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 155 200 -
CMYK 0.44 0.22 0 0.22
HSL 210.68º 0.44% 0.61% -
HSV(B) 210.68º 0.44% 0.78% -
XYZ 28.83 31.06 59.12 -
YUV 147.27 157.75 102.84 -
System Red Green Blue C M Y K H S L
Decimal 112 155 200 0.44 0.22 0 0.22 210.68 0.44 0.61
Hex 70 9B C8 2C 16 0 16 D3 2C 3D
Octal 160 233 310 54 26 0 26 323 54 75
Binary 1110000 10011011 11001000 101100 10110 0 10110 11010011 101100 111101

Color Harmonies of #709BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709BC8

Black with #709BC8

Text Example


Text Example

White with #709BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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