Html Css Color HEX #7599CF Jordy Blue

📋 copy color: '#7599CF'

red 117 ◦ green 153 ◦ blue 207

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

Shades of Jordy Blue #7599CF

Tints of Jordy Blue #7599CF

RGB

 RED value IS 117 (46.09% from 255) = 24.53%

 GREEN value IS 153 (60.16% from 255) = 32.08%

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

R = 24.53%
G = 32.08%
B = 43.4%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7599CF (or 0x7599CF) is known color: Jordy Blue. HEX triplet: 75, 99 and CF. RGB value is (117,153,207). Sum of RGB (Red+Green+Blue) = 117+153+207=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #7599CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7599CF is #8A6630. Grayscale: #949494. Windows color (decimal): -9070129 or 13605237. OLE color: 13605237.

HSL color Cylindrical-coordinate representation of color #7599CF: hue angle of 216º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7599CF is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 153 207 -
CMYK 0.43 0.26 0 0.19
HSL 216º 0.48% 0.64% -
HSV(B) 216º 0.43% 0.81% -
XYZ 29.99 31.07 63.45 -
YUV 148.39 161.07 105.61 -
System Red Green Blue C M Y K H S L
Decimal 117 153 207 0.43 0.26 0 0.19 216 0.48 0.64
Hex 75 99 CF 2B 1A 0 13 D8 30 40
Octal 165 231 317 53 32 0 23 330 60 100
Binary 1110101 10011001 11001111 101011 11010 0 10011 11011000 110000 1000000

Color Harmonies of #7599CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7599CF

Black with #7599CF

Text Example


Text Example

White with #7599CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,153,207); }

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

background-color css

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

 a { background-color: rgb(117,153,207); }

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

border-color css

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

 span { border-color: rgb(117,153,207); }

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