Html Css Color HEX #709CCD Picton Blue

📋 copy color: '#709CCD'

red 112 ◦ green 156 ◦ blue 205

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

Shades of Picton Blue #709CCD

Tints of Picton Blue #709CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 23.68%
G = 32.98%
B = 43.34%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#709CCD (or 0x709CCD) is known color: Picton Blue. HEX triplet: 70, 9C and CD. RGB value is (112,156,205). Sum of RGB (Red+Green+Blue) = 112+156+205=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #709CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709CCD is #8F6332. Grayscale: #949494. Windows color (decimal): -9397043 or 13474928. OLE color: 13474928.

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

Color convert

RGB 112 156 205 -
CMYK 0.45 0.24 0 0.20
HSL 211.61º 0.48% 0.62% -
HSV(B) 211.61º 0.45% 0.8% -
XYZ 29.59 31.63 62.3 -
YUV 148.43 159.92 102.02 -
System Red Green Blue C M Y K H S L
Decimal 112 156 205 0.45 0.24 0 0.20 211.61 0.48 0.62
Hex 70 9C CD 2D 18 0 14 D4 30 3E
Octal 160 234 315 55 30 0 24 324 60 76
Binary 1110000 10011100 11001101 101101 11000 0 10100 11010100 110000 111110

Color Harmonies of #709CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709CCD

Black with #709CCD

Text Example


Text Example

White with #709CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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