Html Css Color HEX #7297DA Jordy Blue

📋 copy color: '#7297DA'

red 114 ◦ green 151 ◦ blue 218

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

Shades of Jordy Blue #7297DA

Tints of Jordy Blue #7297DA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.26%

 BLUE value IS 218 (85.55% from 255) = 45.13%

R = 23.6%
G = 31.26%
B = 45.13%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7297DA (or 0x7297DA) is known color: Jordy Blue. HEX triplet: 72, 97 and DA. RGB value is (114,151,218). Sum of RGB (Red+Green+Blue) = 114+151+218=483 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.60% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #7297DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7297DA is #8D6825. Grayscale: #939393. Windows color (decimal): -9267238 or 14325618. OLE color: 14325618.

HSL color Cylindrical-coordinate representation of color #7297DA: hue angle of 218.65º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7297DA is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 151 218 -
CMYK 0.48 0.31 0 0.15
HSL 218.65º 0.58% 0.65% -
HSV(B) 218.65º 0.48% 0.85% -
XYZ 30.66 30.77 70.65 -
YUV 147.58 167.74 104.05 -
System Red Green Blue C M Y K H S L
Decimal 114 151 218 0.48 0.31 0 0.15 218.65 0.58 0.65
Hex 72 97 DA 30 1F 0 F DB 3A 41
Octal 162 227 332 60 37 0 17 333 72 101
Binary 1110010 10010111 11011010 110000 11111 0 1111 11011011 111010 1000001

Color Harmonies of #7297DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7297DA

Black with #7297DA

Text Example


Text Example

White with #7297DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7297DA; }

 p { color: rgb(114,151,218); }

 H1.HeaderClassName
 {
   color: #7297DA;
 }
 .AnyTagClassName
 {
   color: #7297DA;
 }
</style>

background-color css

<style>
 a { background-color: #7297DA; }

 a { background-color: rgb(114,151,218); }

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

border-color css

<style>
 span { border-color: #7297DA; }

 span { border-color: rgb(114,151,218); }

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