Html Css Color HEX #7196CE Jordy Blue

📋 copy color: '#7196CE'

red 113 ◦ green 150 ◦ blue 206

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

Shades of Jordy Blue #7196CE

Tints of Jordy Blue #7196CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.98%

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

R = 24.09%
G = 31.98%
B = 43.92%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7196CE (or 0x7196CE) is known color: Jordy Blue. HEX triplet: 71, 96 and CE. RGB value is (113,150,206). Sum of RGB (Red+Green+Blue) = 113+150+206=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #7196CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7196CE is #8E6931. Grayscale: #919191. Windows color (decimal): -9333042 or 13538929. OLE color: 13538929.

HSL color Cylindrical-coordinate representation of color #7196CE: hue angle of 216.13º 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 #7196CE is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 150 206 -
CMYK 0.45 0.27 0 0.19
HSL 216.13º 0.49% 0.63% -
HSV(B) 216.13º 0.45% 0.81% -
XYZ 28.86 29.78 62.62 -
YUV 145.32 162.24 104.95 -
System Red Green Blue C M Y K H S L
Decimal 113 150 206 0.45 0.27 0 0.19 216.13 0.49 0.63
Hex 71 96 CE 2D 1B 0 13 D8 31 3F
Octal 161 226 316 55 33 0 23 330 61 77
Binary 1110001 10010110 11001110 101101 11011 0 10011 11011000 110001 111111

Color Harmonies of #7196CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7196CE

Black with #7196CE

Text Example


Text Example

White with #7196CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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