Html Css Color HEX #7498CE Jordy Blue

📋 copy color: '#7498CE'

red 116 ◦ green 152 ◦ blue 206

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

Shades of Jordy Blue #7498CE

Tints of Jordy Blue #7498CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 24.47%
G = 32.07%
B = 43.46%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7498CE (or 0x7498CE) is known color: Jordy Blue. HEX triplet: 74, 98 and CE. RGB value is (116,152,206). Sum of RGB (Red+Green+Blue) = 116+152+206=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #7498CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7498CE is #8B6731. Grayscale: #939393. Windows color (decimal): -9135922 or 13539444. OLE color: 13539444.

HSL color Cylindrical-coordinate representation of color #7498CE: hue angle of 216º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7498CE is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 152 206 -
CMYK 0.44 0.26 0 0.19
HSL 216º 0.48% 0.63% -
HSV(B) 216º 0.44% 0.81% -
XYZ 29.57 30.63 62.75 -
YUV 147.39 161.07 105.61 -
System Red Green Blue C M Y K H S L
Decimal 116 152 206 0.44 0.26 0 0.19 216 0.48 0.63
Hex 74 98 CE 2C 1A 0 13 D8 30 3F
Octal 164 230 316 54 32 0 23 330 60 77
Binary 1110100 10011000 11001110 101100 11010 0 10011 11011000 110000 111111

Color Harmonies of #7498CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7498CE

Black with #7498CE

Text Example


Text Example

White with #7498CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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