Html Css Color HEX #7498CF Jordy Blue

📋 copy color: '#7498CF'

red 116 ◦ green 152 ◦ blue 207

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

Shades of Jordy Blue #7498CF

Tints of Jordy Blue #7498CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.58%

R = 24.42%
G = 32%
B = 43.58%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7498CF (or 0x7498CF) is known color: Jordy Blue. HEX triplet: 74, 98 and CF. RGB value is (116,152,207). Sum of RGB (Red+Green+Blue) = 116+152+207=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #7498CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7498CF is #8B6730. Grayscale: #939393. Windows color (decimal): -9135921 or 13604980. OLE color: 13604980.

HSL color Cylindrical-coordinate representation of color #7498CF: hue angle of 216.26º degrees, saturation: 0.49, 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 #7498CF is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 152 207 -
CMYK 0.44 0.27 0 0.19
HSL 216.26º 0.49% 0.63% -
HSV(B) 216.26º 0.44% 0.81% -
XYZ 29.69 30.67 63.39 -
YUV 147.51 161.57 105.53 -
System Red Green Blue C M Y K H S L
Decimal 116 152 207 0.44 0.27 0 0.19 216.26 0.49 0.63
Hex 74 98 CF 2C 1B 0 13 D8 31 3F
Octal 164 230 317 54 33 0 23 330 61 77
Binary 1110100 10011000 11001111 101100 11011 0 10011 11011000 110001 111111

Color Harmonies of #7498CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7498CF

Black with #7498CF

Text Example


Text Example

White with #7498CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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