Html Css Color HEX #7499DC Jordy Blue

📋 copy color: '#7499DC'

red 116 ◦ green 153 ◦ blue 220

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

Shades of Jordy Blue #7499DC

Tints of Jordy Blue #7499DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.99%

R = 23.72%
G = 31.29%
B = 44.99%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7499DC (or 0x7499DC) is known color: Jordy Blue. HEX triplet: 74, 99 and DC. RGB value is (116,153,220). Sum of RGB (Red+Green+Blue) = 116+153+220=489 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.72% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #7499DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7499DC is #8B6623. Grayscale: #959595. Windows color (decimal): -9135652 or 14457204. OLE color: 14457204.

HSL color Cylindrical-coordinate representation of color #7499DC: hue angle of 218.65º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7499DC is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 153 220 -
CMYK 0.47 0.30 0 0.14
HSL 218.65º 0.6% 0.66% -
HSV(B) 218.65º 0.47% 0.86% -
XYZ 31.51 31.66 72.16 -
YUV 149.58 167.74 104.05 -
System Red Green Blue C M Y K H S L
Decimal 116 153 220 0.47 0.30 0 0.14 218.65 0.6 0.66
Hex 74 99 DC 2F 1E 0 E DB 3C 42
Octal 164 231 334 57 36 0 16 333 74 102
Binary 1110100 10011001 11011100 101111 11110 0 1110 11011011 111100 1000010

Color Harmonies of #7499DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7499DC

Black with #7499DC

Text Example


Text Example

White with #7499DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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