Html Css Color HEX #7098CC Picton Blue

📋 copy color: '#7098CC'

red 112 ◦ green 152 ◦ blue 204

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

Shades of Picton Blue #7098CC

Tints of Picton Blue #7098CC

RGB

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

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

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

R = 23.93%
G = 32.48%
B = 43.59%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7098CC (or 0x7098CC) is known color: Picton Blue. HEX triplet: 70, 98 and CC. RGB value is (112,152,204). Sum of RGB (Red+Green+Blue) = 112+152+204=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #7098CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7098CC is #8F6733. Grayscale: #919191. Windows color (decimal): -9398068 or 13408368. OLE color: 13408368.

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

Color convert

RGB 112 152 204 -
CMYK 0.45 0.25 0 0.2
HSL 213.91º 0.47% 0.62% -
HSV(B) 213.91º 0.45% 0.8% -
XYZ 28.81 30.26 61.45 -
YUV 145.97 160.75 103.77 -
System Red Green Blue C M Y K H S L
Decimal 112 152 204 0.45 0.25 0 0.2 213.91 0.47 0.62
Hex 70 98 CC 2D 19 0 14 D6 2F 3E
Octal 160 230 314 55 31 0 24 326 57 76
Binary 1110000 10011000 11001100 101101 11001 0 10100 11010110 101111 111110

Color Harmonies of #7098CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7098CC

Black with #7098CC

Text Example


Text Example

White with #7098CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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