Html Css Color HEX #7297CF Jordy Blue

📋 copy color: '#7297CF'

red 114 ◦ green 151 ◦ blue 207

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

Shades of Jordy Blue #7297CF

Tints of Jordy Blue #7297CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.86%

R = 24.15%
G = 31.99%
B = 43.86%

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

#7297CF (or 0x7297CF) is known color: Jordy Blue. HEX triplet: 72, 97 and CF. RGB value is (114,151,207). Sum of RGB (Red+Green+Blue) = 114+151+207=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #7297CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7297CF is #8D6830. Grayscale: #929292. Windows color (decimal): -9267249 or 13604722. OLE color: 13604722.

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

Color convert

RGB 114 151 207 -
CMYK 0.45 0.27 0 0.19
HSL 216.13º 0.49% 0.63% -
HSV(B) 216.13º 0.45% 0.81% -
XYZ 29.27 30.22 63.32 -
YUV 146.32 162.24 104.95 -
System Red Green Blue C M Y K H S L
Decimal 114 151 207 0.45 0.27 0 0.19 216.13 0.49 0.63
Hex 72 97 CF 2D 1B 0 13 D8 31 3F
Octal 162 227 317 55 33 0 23 330 61 77
Binary 1110010 10010111 11001111 101101 11011 0 10011 11011000 110001 111111

Color Harmonies of #7297CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7297CF

Black with #7297CF

Text Example


Text Example

White with #7297CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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