Html Css Color HEX #7098CA Picton Blue

📋 copy color: '#7098CA'

red 112 ◦ green 152 ◦ blue 202

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

Shades of Picton Blue #7098CA

Tints of Picton Blue #7098CA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.62%

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

R = 24.03%
G = 32.62%
B = 43.35%

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

#7098CA (or 0x7098CA) is known color: Picton Blue. HEX triplet: 70, 98 and CA. RGB value is (112,152,202). Sum of RGB (Red+Green+Blue) = 112+152+202=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #7098CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7098CA is #8F6735. Grayscale: #919191. Windows color (decimal): -9398070 or 13277296. OLE color: 13277296.

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

Color convert

RGB 112 152 202 -
CMYK 0.45 0.25 0 0.21
HSL 213.33º 0.46% 0.62% -
HSV(B) 213.33º 0.45% 0.79% -
XYZ 28.57 30.17 60.19 -
YUV 145.74 159.75 103.93 -
System Red Green Blue C M Y K H S L
Decimal 112 152 202 0.45 0.25 0 0.21 213.33 0.46 0.62
Hex 70 98 CA 2D 19 0 15 D5 2E 3E
Octal 160 230 312 55 31 0 25 325 56 76
Binary 1110000 10011000 11001010 101101 11001 0 10101 11010101 101110 111110

Color Harmonies of #7098CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7098CA

Black with #7098CA

Text Example


Text Example

White with #7098CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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