Html Css Color HEX #7097CA Picton Blue

📋 copy color: '#7097CA'

red 112 ◦ green 151 ◦ blue 202

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

Shades of Picton Blue #7097CA

Tints of Picton Blue #7097CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.44%

R = 24.09%
G = 32.47%
B = 43.44%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7097CA (or 0x7097CA) is known color: Picton Blue. HEX triplet: 70, 97 and CA. RGB value is (112,151,202). Sum of RGB (Red+Green+Blue) = 112+151+202=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #7097CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7097CA is #8F6835. Grayscale: #909090. Windows color (decimal): -9398326 or 13277040. OLE color: 13277040.

HSL color Cylindrical-coordinate representation of color #7097CA: hue angle of 214º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7097CA is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 151 202 -
CMYK 0.45 0.25 0 0.21
HSL 214º 0.46% 0.62% -
HSV(B) 214º 0.45% 0.79% -
XYZ 28.41 29.84 60.14 -
YUV 145.15 160.08 104.35 -
System Red Green Blue C M Y K H S L
Decimal 112 151 202 0.45 0.25 0 0.21 214 0.46 0.62
Hex 70 97 CA 2D 19 0 15 D6 2E 3E
Octal 160 227 312 55 31 0 25 326 56 76
Binary 1110000 10010111 11001010 101101 11001 0 10101 11010110 101110 111110

Color Harmonies of #7097CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7097CA

Black with #7097CA

Text Example


Text Example

White with #7097CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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