Html Css Color HEX #709ECB Picton Blue

📋 copy color: '#709ECB'

red 112 ◦ green 158 ◦ blue 203

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

Shades of Picton Blue #709ECB

Tints of Picton Blue #709ECB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.4%

 BLUE value IS 203 (79.69% from 255) = 42.92%

R = 23.68%
G = 33.4%
B = 42.92%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#709ECB (or 0x709ECB) is known color: Picton Blue. HEX triplet: 70, 9E and CB. RGB value is (112,158,203). Sum of RGB (Red+Green+Blue) = 112+158+203=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #709ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709ECB is #8F6134. Grayscale: #959595. Windows color (decimal): -9396533 or 13344368. OLE color: 13344368.

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

Color convert

RGB 112 158 203 -
CMYK 0.45 0.22 0 0.20
HSL 209.67º 0.47% 0.62% -
HSV(B) 209.67º 0.45% 0.8% -
XYZ 29.69 32.21 61.15 -
YUV 149.38 158.26 101.34 -
System Red Green Blue C M Y K H S L
Decimal 112 158 203 0.45 0.22 0 0.20 209.67 0.47 0.62
Hex 70 9E CB 2D 16 0 14 D2 2F 3E
Octal 160 236 313 55 26 0 24 322 57 76
Binary 1110000 10011110 11001011 101101 10110 0 10100 11010010 101111 111110

Color Harmonies of #709ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709ECB

Black with #709ECB

Text Example


Text Example

White with #709ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,158,203); }

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

background-color css

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

 a { background-color: rgb(112,158,203); }

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

border-color css

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

 span { border-color: rgb(112,158,203); }

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