Html Css Color HEX #7099CF Picton Blue

📋 copy color: '#7099CF'

red 112 ◦ green 153 ◦ blue 207

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

Shades of Picton Blue #7099CF

Tints of Picton Blue #7099CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.86%

R = 23.73%
G = 32.42%
B = 43.86%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7099CF (or 0x7099CF) is known color: Picton Blue. HEX triplet: 70, 99 and CF. RGB value is (112,153,207). Sum of RGB (Red+Green+Blue) = 112+153+207=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #7099CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7099CF is #8F6630. Grayscale: #929292. Windows color (decimal): -9397809 or 13605232. OLE color: 13605232.

HSL color Cylindrical-coordinate representation of color #7099CF: hue angle of 214.11º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7099CF is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 153 207 -
CMYK 0.46 0.26 0 0.19
HSL 214.11º 0.5% 0.63% -
HSV(B) 214.11º 0.46% 0.81% -
XYZ 29.34 30.73 63.42 -
YUV 146.9 161.92 103.11 -
System Red Green Blue C M Y K H S L
Decimal 112 153 207 0.46 0.26 0 0.19 214.11 0.5 0.63
Hex 70 99 CF 2E 1A 0 13 D6 32 3F
Octal 160 231 317 56 32 0 23 326 62 77
Binary 1110000 10011001 11001111 101110 11010 0 10011 11010110 110010 111111

Color Harmonies of #7099CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7099CF

Black with #7099CF

Text Example


Text Example

White with #7099CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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