Html Css Color HEX #7499DA Jordy Blue

📋 copy color: '#7499DA'

red 116 ◦ green 153 ◦ blue 218

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

Shades of Jordy Blue #7499DA

Tints of Jordy Blue #7499DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.76%

R = 23.82%
G = 31.42%
B = 44.76%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7499DA (or 0x7499DA) is known color: Jordy Blue. HEX triplet: 74, 99 and DA. RGB value is (116,153,218). Sum of RGB (Red+Green+Blue) = 116+153+218=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #7499DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7499DA is #8B6625. Grayscale: #959595. Windows color (decimal): -9135654 or 14326132. OLE color: 14326132.

HSL color Cylindrical-coordinate representation of color #7499DA: hue angle of 218.24º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7499DA is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 153 218 -
CMYK 0.47 0.30 0 0.15
HSL 218.24º 0.58% 0.65% -
HSV(B) 218.24º 0.47% 0.85% -
XYZ 31.25 31.56 70.77 -
YUV 149.35 166.74 104.21 -
System Red Green Blue C M Y K H S L
Decimal 116 153 218 0.47 0.30 0 0.15 218.24 0.58 0.65
Hex 74 99 DA 2F 1E 0 F DA 3A 41
Octal 164 231 332 57 36 0 17 332 72 101
Binary 1110100 10011001 11011010 101111 11110 0 1111 11011010 111010 1000001

Color Harmonies of #7499DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7499DA

Black with #7499DA

Text Example


Text Example

White with #7499DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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