Html Css Color HEX #7295CF Jordy Blue

📋 copy color: '#7295CF'

red 114 ◦ green 149 ◦ blue 207

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

Shades of Jordy Blue #7295CF

Tints of Jordy Blue #7295CF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.7%

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

R = 24.26%
G = 31.7%
B = 44.04%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7295CF (or 0x7295CF) is known color: Jordy Blue. HEX triplet: 72, 95 and CF. RGB value is (114,149,207). Sum of RGB (Red+Green+Blue) = 114+149+207=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #7295CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7295CF is #8D6A30. Grayscale: #909090. Windows color (decimal): -9267761 or 13604210. OLE color: 13604210.

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

Color convert

RGB 114 149 207 -
CMYK 0.45 0.28 0 0.19
HSL 217.42º 0.49% 0.63% -
HSV(B) 217.42º 0.45% 0.81% -
XYZ 28.95 29.58 63.21 -
YUV 145.15 162.9 105.78 -
System Red Green Blue C M Y K H S L
Decimal 114 149 207 0.45 0.28 0 0.19 217.42 0.49 0.63
Hex 72 95 CF 2D 1C 0 13 D9 31 3F
Octal 162 225 317 55 34 0 23 331 61 77
Binary 1110010 10010101 11001111 101101 11100 0 10011 11011001 110001 111111

Color Harmonies of #7295CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7295CF

Black with #7295CF

Text Example


Text Example

White with #7295CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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