Html Css Color HEX #709BCE Picton Blue

📋 copy color: '#709BCE'

red 112 ◦ green 155 ◦ blue 206

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

Shades of Picton Blue #709BCE

Tints of Picton Blue #709BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.55%

R = 23.68%
G = 32.77%
B = 43.55%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#709BCE (or 0x709BCE) is known color: Picton Blue. HEX triplet: 70, 9B and CE. RGB value is (112,155,206). Sum of RGB (Red+Green+Blue) = 112+155+206=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #709BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709BCE is #8F6431. Grayscale: #939393. Windows color (decimal): -9397298 or 13540208. OLE color: 13540208.

HSL color Cylindrical-coordinate representation of color #709BCE: hue angle of 212.55º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #709BCE is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 155 206 -
CMYK 0.46 0.25 0 0.19
HSL 212.55º 0.49% 0.62% -
HSV(B) 212.55º 0.46% 0.81% -
XYZ 29.54 31.34 62.89 -
YUV 147.96 160.75 102.35 -
System Red Green Blue C M Y K H S L
Decimal 112 155 206 0.46 0.25 0 0.19 212.55 0.49 0.62
Hex 70 9B CE 2E 19 0 13 D5 31 3E
Octal 160 233 316 56 31 0 23 325 61 76
Binary 1110000 10011011 11001110 101110 11001 0 10011 11010101 110001 111110

Color Harmonies of #709BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709BCE

Black with #709BCE

Text Example


Text Example

White with #709BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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