Html Css Color HEX #7097CC Picton Blue

📋 copy color: '#7097CC'

red 112 ◦ green 151 ◦ blue 204

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

Shades of Picton Blue #7097CC

Tints of Picton Blue #7097CC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.33%

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 23.98%
G = 32.33%
B = 43.68%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7097CC (or 0x7097CC) is known color: Picton Blue. HEX triplet: 70, 97 and CC. RGB value is (112,151,204). Sum of RGB (Red+Green+Blue) = 112+151+204=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #7097CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7097CC is #8F6833. Grayscale: #919191. Windows color (decimal): -9398324 or 13408112. OLE color: 13408112.

HSL color Cylindrical-coordinate representation of color #7097CC: hue angle of 214.57º 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 #7097CC is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 151 204 -
CMYK 0.45 0.26 0 0.2
HSL 214.57º 0.47% 0.62% -
HSV(B) 214.57º 0.45% 0.8% -
XYZ 28.65 29.94 61.4 -
YUV 145.38 161.08 104.19 -
System Red Green Blue C M Y K H S L
Decimal 112 151 204 0.45 0.26 0 0.2 214.57 0.47 0.62
Hex 70 97 CC 2D 1A 0 14 D7 2F 3E
Octal 160 227 314 55 32 0 24 327 57 76
Binary 1110000 10010111 11001100 101101 11010 0 10100 11010111 101111 111110

Color Harmonies of #7097CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7097CC

Black with #7097CC

Text Example


Text Example

White with #7097CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7097CC; }

 p { color: rgb(112,151,204); }

 H1.HeaderClassName
 {
   color: #7097CC;
 }
 .AnyTagClassName
 {
   color: #7097CC;
 }
</style>

background-color css

<style>
 a { background-color: #7097CC; }

 a { background-color: rgb(112,151,204); }

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

border-color css

<style>
 span { border-color: #7097CC; }

 span { border-color: rgb(112,151,204); }

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