Html Css Color HEX #7097CB Picton Blue

📋 copy color: '#7097CB'

red 112 ◦ green 151 ◦ blue 203

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

Shades of Picton Blue #7097CB

Tints of Picton Blue #7097CB

RGB

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

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

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

R = 24.03%
G = 32.4%
B = 43.56%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7097CB (or 0x7097CB) is known color: Picton Blue. HEX triplet: 70, 97 and CB. RGB value is (112,151,203). Sum of RGB (Red+Green+Blue) = 112+151+203=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #7097CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7097CB is #8F6834. Grayscale: #919191. Windows color (decimal): -9398325 or 13342576. OLE color: 13342576.

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

Color convert

RGB 112 151 203 -
CMYK 0.45 0.26 0 0.20
HSL 214.29º 0.47% 0.62% -
HSV(B) 214.29º 0.45% 0.8% -
XYZ 28.53 29.89 60.77 -
YUV 145.27 160.58 104.27 -
System Red Green Blue C M Y K H S L
Decimal 112 151 203 0.45 0.26 0 0.20 214.29 0.47 0.62
Hex 70 97 CB 2D 1A 0 14 D6 2F 3E
Octal 160 227 313 55 32 0 24 326 57 76
Binary 1110000 10010111 11001011 101101 11010 0 10100 11010110 101111 111110

Color Harmonies of #7097CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7097CB

Black with #7097CB

Text Example


Text Example

White with #7097CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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