Html Css Color HEX #7296D0 Jordy Blue

📋 copy color: '#7296D0'

red 114 ◦ green 150 ◦ blue 208

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

Shades of Jordy Blue #7296D0

Tints of Jordy Blue #7296D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.07%

R = 24.15%
G = 31.78%
B = 44.07%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7296D0 (or 0x7296D0) is known color: Jordy Blue. HEX triplet: 72, 96 and D0. RGB value is (114,150,208). Sum of RGB (Red+Green+Blue) = 114+150+208=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: blue. Hex color #7296D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7296D0 is #8D692F. Grayscale: #919191. Windows color (decimal): -9267504 or 13670002. OLE color: 13670002.

HSL color Cylindrical-coordinate representation of color #7296D0: hue angle of 217.02º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7296D0 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 150 208 -
CMYK 0.45 0.28 0 0.18
HSL 217.02º 0.5% 0.63% -
HSV(B) 217.02º 0.45% 0.82% -
XYZ 29.23 29.94 63.91 -
YUV 145.85 163.07 105.28 -
System Red Green Blue C M Y K H S L
Decimal 114 150 208 0.45 0.28 0 0.18 217.02 0.5 0.63
Hex 72 96 D0 2D 1C 0 12 D9 32 3F
Octal 162 226 320 55 34 0 22 331 62 77
Binary 1110010 10010110 11010000 101101 11100 0 10010 11011001 110010 111111

Color Harmonies of #7296D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7296D0

Black with #7296D0

Text Example


Text Example

White with #7296D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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