Html Css Color HEX #7297CE Jordy Blue

📋 copy color: '#7297CE'

red 114 ◦ green 151 ◦ blue 206

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

Shades of Jordy Blue #7297CE

Tints of Jordy Blue #7297CE

RGB

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

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

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

R = 24.2%
G = 32.06%
B = 43.74%

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

#7297CE (or 0x7297CE) is known color: Jordy Blue. HEX triplet: 72, 97 and CE. RGB value is (114,151,206). Sum of RGB (Red+Green+Blue) = 114+151+206=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 151 (59.38% from 255 or 32.06% 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 #7297CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7297CE is #8D6831. Grayscale: #919191. Windows color (decimal): -9267250 or 13539186. OLE color: 13539186.

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

Color convert

RGB 114 151 206 -
CMYK 0.45 0.27 0 0.19
HSL 215.87º 0.48% 0.63% -
HSV(B) 215.87º 0.45% 0.81% -
XYZ 29.15 30.17 62.68 -
YUV 146.21 161.74 105.03 -
System Red Green Blue C M Y K H S L
Decimal 114 151 206 0.45 0.27 0 0.19 215.87 0.48 0.63
Hex 72 97 CE 2D 1B 0 13 D8 30 3F
Octal 162 227 316 55 33 0 23 330 60 77
Binary 1110010 10010111 11001110 101101 11011 0 10011 11011000 110000 111111

Color Harmonies of #7297CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7297CE

Black with #7297CE

Text Example


Text Example

White with #7297CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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