Html Css Color HEX #7099CD Picton Blue

📋 copy color: '#7099CD'

red 112 ◦ green 153 ◦ blue 205

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

Shades of Picton Blue #7099CD

Tints of Picton Blue #7099CD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.55%

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

R = 23.83%
G = 32.55%
B = 43.62%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7099CD (or 0x7099CD) is known color: Picton Blue. HEX triplet: 70, 99 and CD. RGB value is (112,153,205). Sum of RGB (Red+Green+Blue) = 112+153+205=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #7099CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7099CD is #8F6632. Grayscale: #929292. Windows color (decimal): -9397811 or 13474160. OLE color: 13474160.

HSL color Cylindrical-coordinate representation of color #7099CD: hue angle of 213.55º 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 #7099CD is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 153 205 -
CMYK 0.45 0.25 0 0.20
HSL 213.55º 0.48% 0.62% -
HSV(B) 213.55º 0.45% 0.8% -
XYZ 29.09 30.63 62.14 -
YUV 146.67 160.92 103.27 -
System Red Green Blue C M Y K H S L
Decimal 112 153 205 0.45 0.25 0 0.20 213.55 0.48 0.62
Hex 70 99 CD 2D 19 0 14 D6 30 3E
Octal 160 231 315 55 31 0 24 326 60 76
Binary 1110000 10011001 11001101 101101 11001 0 10100 11010110 110000 111110

Color Harmonies of #7099CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7099CD

Black with #7099CD

Text Example


Text Example

White with #7099CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7099CD; }

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

 H1.HeaderClassName
 {
   color: #7099CD;
 }
 .AnyTagClassName
 {
   color: #7099CD;
 }
</style>

background-color css

<style>
 a { background-color: #7099CD; }

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

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

border-color css

<style>
 span { border-color: #7099CD; }

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

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