#7098D6

Color #7098D6 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7098D6

Tints of Jordy Blue #7098D6

Color information

#7098D6 (or 0x7098D6) is unknown color: approx Jordy Blue. HEX triplet: 70, 98 and D6. RGB value is (112,152,214). Sum of RGB (Red+Green+Blue) = 112+152+214=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 214 (83.98% from 255 or 44.77% from 478); Max value from RGB is 214 - color contains mainly: blue. Hex color #7098D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7098D6 is #8F6729. Grayscale: #929292. Windows color (decimal): -9398058 or 14063728. OLE color: 14063728.

HSL color Cylindrical-coordinate representation of color #7098D6: hue angle of 216.47º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7098D6 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB112152214-
CMYK0.480.2900.16
HSL216.47º55.43%63.92%-
HSV(B)216.47º47.66%83.92%-
XYZ30.0530.7667.97-
YUV147.11165.75102.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.43%
GREEN value IS 152 (59.77% from 255) = 31.80%
BLUE value IS 214 (83.98% from 255) = 44.77%
R=23.43%
G=31.80%
B=44.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1121522140.480.2900.16216.4755.4363.92
Hex7098D6301D010d83740
Octal160230326603502033067100
Binary1110000100110001101011011000011101010000110110001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7098D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7098D6;
 }
 .AnyTagClassName
 {
   color: #7098D6;
 }
</style>
background-color css

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

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

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

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

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

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