Html Css Color HEX #7498DE Jordy Blue

📋 copy color: '#7498DE'

red 116 ◦ green 152 ◦ blue 222

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

Shades of Jordy Blue #7498DE

Tints of Jordy Blue #7498DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.31%

R = 23.67%
G = 31.02%
B = 45.31%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7498DE (or 0x7498DE) is known color: Jordy Blue. HEX triplet: 74, 98 and DE. RGB value is (116,152,222). Sum of RGB (Red+Green+Blue) = 116+152+222=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #7498DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7498DE is #8B6721. Grayscale: #949494. Windows color (decimal): -9135906 or 14588020. OLE color: 14588020.

HSL color Cylindrical-coordinate representation of color #7498DE: hue angle of 219.62º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7498DE is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 152 222 -
CMYK 0.48 0.32 0 0.13
HSL 219.62º 0.62% 0.66% -
HSV(B) 219.62º 0.48% 0.87% -
XYZ 31.62 31.44 73.51 -
YUV 149.22 169.07 104.31 -
System Red Green Blue C M Y K H S L
Decimal 116 152 222 0.48 0.32 0 0.13 219.62 0.62 0.66
Hex 74 98 DE 30 20 0 D DC 3E 42
Octal 164 230 336 60 40 0 15 334 76 102
Binary 1110100 10011000 11011110 110000 100000 0 1101 11011100 111110 1000010

Color Harmonies of #7498DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7498DE

Black with #7498DE

Text Example


Text Example

White with #7498DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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