Html Css Color HEX #7098CB Picton Blue

📋 copy color: '#7098CB'

red 112 ◦ green 152 ◦ blue 203

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

Shades of Picton Blue #7098CB

Tints of Picton Blue #7098CB

RGB

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

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

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

R = 23.98%
G = 32.55%
B = 43.47%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7098CB (or 0x7098CB) is known color: Picton Blue. HEX triplet: 70, 98 and CB. RGB value is (112,152,203). Sum of RGB (Red+Green+Blue) = 112+152+203=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #7098CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7098CB is #8F6734. Grayscale: #919191. Windows color (decimal): -9398069 or 13342832. OLE color: 13342832.

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

Color convert

RGB 112 152 203 -
CMYK 0.45 0.25 0 0.20
HSL 213.63º 0.47% 0.62% -
HSV(B) 213.63º 0.45% 0.8% -
XYZ 28.69 30.21 60.82 -
YUV 145.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 112 152 203 0.45 0.25 0 0.20 213.63 0.47 0.62
Hex 70 98 CB 2D 19 0 14 D6 2F 3E
Octal 160 230 313 55 31 0 24 326 57 76
Binary 1110000 10011000 11001011 101101 11001 0 10100 11010110 101111 111110

Color Harmonies of #7098CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7098CB

Black with #7098CB

Text Example


Text Example

White with #7098CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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