Html Css Color HEX #7498DB Jordy Blue

📋 copy color: '#7498DB'

red 116 ◦ green 152 ◦ blue 219

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

Shades of Jordy Blue #7498DB

Tints of Jordy Blue #7498DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.97%

R = 23.82%
G = 31.21%
B = 44.97%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7498DB (or 0x7498DB) is known color: Jordy Blue. HEX triplet: 74, 98 and DB. RGB value is (116,152,219). Sum of RGB (Red+Green+Blue) = 116+152+219=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #7498DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7498DB is #8B6724. Grayscale: #949494. Windows color (decimal): -9135909 or 14391412. OLE color: 14391412.

HSL color Cylindrical-coordinate representation of color #7498DB: hue angle of 219.03º degrees, saturation: 0.59, 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 #7498DB is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 152 219 -
CMYK 0.47 0.31 0 0.14
HSL 219.03º 0.59% 0.66% -
HSV(B) 219.03º 0.47% 0.86% -
XYZ 31.22 31.28 71.41 -
YUV 148.87 167.57 104.55 -
System Red Green Blue C M Y K H S L
Decimal 116 152 219 0.47 0.31 0 0.14 219.03 0.59 0.66
Hex 74 98 DB 2F 1F 0 E DB 3B 42
Octal 164 230 333 57 37 0 16 333 73 102
Binary 1110100 10011000 11011011 101111 11111 0 1110 11011011 111011 1000010

Color Harmonies of #7498DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7498DB

Black with #7498DB

Text Example


Text Example

White with #7498DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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