Html Css Color HEX #7499DF Jordy Blue

📋 copy color: '#7499DF'

red 116 ◦ green 153 ◦ blue 223

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

Shades of Jordy Blue #7499DF

Tints of Jordy Blue #7499DF

RGB

 RED value IS 116 (45.7% from 255) = 23.58%

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

 BLUE value IS 223 (87.5% from 255) = 45.33%

R = 23.58%
G = 31.1%
B = 45.33%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7499DF (or 0x7499DF) is known color: Jordy Blue. HEX triplet: 74, 99 and DF. RGB value is (116,153,223). Sum of RGB (Red+Green+Blue) = 116+153+223=492 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.58% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #7499DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7499DF is #8B6620. Grayscale: #959595. Windows color (decimal): -9135649 or 14653812. OLE color: 14653812.

HSL color Cylindrical-coordinate representation of color #7499DF: hue angle of 219.25º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7499DF is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 153 223 -
CMYK 0.48 0.31 0 0.13
HSL 219.25º 0.63% 0.66% -
HSV(B) 219.25º 0.48% 0.87% -
XYZ 31.91 31.82 74.27 -
YUV 149.92 169.24 103.81 -
System Red Green Blue C M Y K H S L
Decimal 116 153 223 0.48 0.31 0 0.13 219.25 0.63 0.66
Hex 74 99 DF 30 1F 0 D DB 3F 42
Octal 164 231 337 60 37 0 15 333 77 102
Binary 1110100 10011001 11011111 110000 11111 0 1101 11011011 111111 1000010

Color Harmonies of #7499DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7499DF

Black with #7499DF

Text Example


Text Example

White with #7499DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7499DF; }

 p { color: rgb(116,153,223); }

 H1.HeaderClassName
 {
   color: #7499DF;
 }
 .AnyTagClassName
 {
   color: #7499DF;
 }
</style>

background-color css

<style>
 a { background-color: #7499DF; }

 a { background-color: rgb(116,153,223); }

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

border-color css

<style>
 span { border-color: #7499DF; }

 span { border-color: rgb(116,153,223); }

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