Html Css Color HEX #7498DA Jordy Blue

📋 copy color: '#7498DA'

red 116 ◦ green 152 ◦ blue 218

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

Shades of Jordy Blue #7498DA

Tints of Jordy Blue #7498DA

RGB

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

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

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

R = 23.87%
G = 31.28%
B = 44.86%

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

#7498DA (or 0x7498DA) is known color: Jordy Blue. HEX triplet: 74, 98 and DA. RGB value is (116,152,218). Sum of RGB (Red+Green+Blue) = 116+152+218=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #7498DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7498DA is #8B6725. Grayscale: #949494. Windows color (decimal): -9135910 or 14325876. OLE color: 14325876.

HSL color Cylindrical-coordinate representation of color #7498DA: hue angle of 218.82º 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 #7498DA is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 152 218 -
CMYK 0.47 0.30 0 0.15
HSL 218.82º 0.58% 0.65% -
HSV(B) 218.82º 0.47% 0.85% -
XYZ 31.09 31.23 70.72 -
YUV 148.76 167.07 104.63 -
System Red Green Blue C M Y K H S L
Decimal 116 152 218 0.47 0.30 0 0.15 218.82 0.58 0.65
Hex 74 98 DA 2F 1E 0 F DB 3A 41
Octal 164 230 332 57 36 0 17 333 72 101
Binary 1110100 10011000 11011010 101111 11110 0 1111 11011011 111010 1000001

Color Harmonies of #7498DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7498DA

Black with #7498DA

Text Example


Text Example

White with #7498DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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