Html Css Color HEX #7198CE Jordy Blue

📋 copy color: '#7198CE'

red 113 ◦ green 152 ◦ blue 206

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

Shades of Jordy Blue #7198CE

Tints of Jordy Blue #7198CE

RGB

 RED value IS 113 (44.53% from 255) = 23.99%

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

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 23.99%
G = 32.27%
B = 43.74%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7198CE (or 0x7198CE) is known color: Jordy Blue. HEX triplet: 71, 98 and CE. RGB value is (113,152,206). Sum of RGB (Red+Green+Blue) = 113+152+206=471 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.99% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #7198CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7198CE is #8E6731. Grayscale: #929292. Windows color (decimal): -9332530 or 13539441. OLE color: 13539441.

HSL color Cylindrical-coordinate representation of color #7198CE: hue angle of 214.84º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7198CE is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 152 206 -
CMYK 0.45 0.26 0 0.19
HSL 214.84º 0.49% 0.63% -
HSV(B) 214.84º 0.45% 0.81% -
XYZ 29.18 30.42 62.73 -
YUV 146.5 161.58 104.11 -
System Red Green Blue C M Y K H S L
Decimal 113 152 206 0.45 0.26 0 0.19 214.84 0.49 0.63
Hex 71 98 CE 2D 1A 0 13 D7 31 3F
Octal 161 230 316 55 32 0 23 327 61 77
Binary 1110001 10011000 11001110 101101 11010 0 10011 11010111 110001 111111

Color Harmonies of #7198CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7198CE

Black with #7198CE

Text Example


Text Example

White with #7198CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7198CE; }

 p { color: rgb(113,152,206); }

 H1.HeaderClassName
 {
   color: #7198CE;
 }
 .AnyTagClassName
 {
   color: #7198CE;
 }
</style>

background-color css

<style>
 a { background-color: #7198CE; }

 a { background-color: rgb(113,152,206); }

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

border-color css

<style>
 span { border-color: #7198CE; }

 span { border-color: rgb(113,152,206); }

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