Html Css Color HEX #7296CE Jordy Blue

📋 copy color: '#7296CE'

red 114 ◦ green 150 ◦ blue 206

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

Shades of Jordy Blue #7296CE

Tints of Jordy Blue #7296CE

RGB

 RED value IS 114 (44.92% from 255) = 24.26%

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

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

R = 24.26%
G = 31.91%
B = 43.83%

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

#7296CE (or 0x7296CE) is known color: Jordy Blue. HEX triplet: 72, 96 and CE. RGB value is (114,150,206). Sum of RGB (Red+Green+Blue) = 114+150+206=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #7296CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7296CE is #8D6931. Grayscale: #919191. Windows color (decimal): -9267506 or 13538930. OLE color: 13538930.

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

Color convert

RGB 114 150 206 -
CMYK 0.45 0.27 0 0.19
HSL 216.52º 0.48% 0.63% -
HSV(B) 216.52º 0.45% 0.81% -
XYZ 28.99 29.85 62.63 -
YUV 145.62 162.07 105.45 -
System Red Green Blue C M Y K H S L
Decimal 114 150 206 0.45 0.27 0 0.19 216.52 0.48 0.63
Hex 72 96 CE 2D 1B 0 13 D9 30 3F
Octal 162 226 316 55 33 0 23 331 60 77
Binary 1110010 10010110 11001110 101101 11011 0 10011 11011001 110000 111111

Color Harmonies of #7296CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7296CE

Black with #7296CE

Text Example


Text Example

White with #7296CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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