Html Css Color HEX #709DCE Picton Blue

📋 copy color: '#709DCE'

red 112 ◦ green 157 ◦ blue 206

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

Shades of Picton Blue #709DCE

Tints of Picton Blue #709DCE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.05%

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

R = 23.58%
G = 33.05%
B = 43.37%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#709DCE (or 0x709DCE) is known color: Picton Blue. HEX triplet: 70, 9D and CE. RGB value is (112,157,206). Sum of RGB (Red+Green+Blue) = 112+157+206=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #709DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709DCE is #8F6231. Grayscale: #949494. Windows color (decimal): -9396786 or 13540720. OLE color: 13540720.

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

Color convert

RGB 112 157 206 -
CMYK 0.46 0.24 0 0.19
HSL 211.28º 0.49% 0.62% -
HSV(B) 211.28º 0.46% 0.81% -
XYZ 29.88 32.01 63 -
YUV 149.13 160.09 101.52 -
System Red Green Blue C M Y K H S L
Decimal 112 157 206 0.46 0.24 0 0.19 211.28 0.49 0.62
Hex 70 9D CE 2E 18 0 13 D3 31 3E
Octal 160 235 316 56 30 0 23 323 61 76
Binary 1110000 10011101 11001110 101110 11000 0 10011 11010011 110001 111110

Color Harmonies of #709DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709DCE

Black with #709DCE

Text Example


Text Example

White with #709DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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