Html Css Color HEX #7398CF Jordy Blue

📋 copy color: '#7398CF'

red 115 ◦ green 152 ◦ blue 207

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

Shades of Jordy Blue #7398CF

Tints of Jordy Blue #7398CF

RGB

 RED value IS 115 (45.31% from 255) = 24.26%

 GREEN value IS 152 (59.77% from 255) = 32.07%

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

R = 24.26%
G = 32.07%
B = 43.67%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7398CF (or 0x7398CF) is known color: Jordy Blue. HEX triplet: 73, 98 and CF. RGB value is (115,152,207). Sum of RGB (Red+Green+Blue) = 115+152+207=474 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.26% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #7398CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7398CF is #8C6730. Grayscale: #929292. Windows color (decimal): -9201457 or 13604979. OLE color: 13604979.

HSL color Cylindrical-coordinate representation of color #7398CF: hue angle of 215.87º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7398CF is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 152 207 -
CMYK 0.44 0.27 0 0.19
HSL 215.87º 0.49% 0.63% -
HSV(B) 215.87º 0.44% 0.81% -
XYZ 29.56 30.61 63.38 -
YUV 147.21 161.74 105.03 -
System Red Green Blue C M Y K H S L
Decimal 115 152 207 0.44 0.27 0 0.19 215.87 0.49 0.63
Hex 73 98 CF 2C 1B 0 13 D8 31 3F
Octal 163 230 317 54 33 0 23 330 61 77
Binary 1110011 10011000 11001111 101100 11011 0 10011 11011000 110001 111111

Color Harmonies of #7398CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7398CF

Black with #7398CF

Text Example


Text Example

White with #7398CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,152,207); }

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

background-color css

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

 a { background-color: rgb(115,152,207); }

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

border-color css

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

 span { border-color: rgb(115,152,207); }

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