Html Css Color HEX #749ED8 Jordy Blue

📋 copy color: '#749ED8'

red 116 ◦ green 158 ◦ blue 216

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

Shades of Jordy Blue #749ED8

Tints of Jordy Blue #749ED8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.24%

 BLUE value IS 216 (84.77% from 255) = 44.08%

R = 23.67%
G = 32.24%
B = 44.08%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#749ED8 (or 0x749ED8) is known color: Jordy Blue. HEX triplet: 74, 9E and D8. RGB value is (116,158,216). Sum of RGB (Red+Green+Blue) = 116+158+216=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #749ED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749ED8 is #8B6127. Grayscale: #979797. Windows color (decimal): -9134376 or 14196340. OLE color: 14196340.

HSL color Cylindrical-coordinate representation of color #749ED8: hue angle of 214.8º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #749ED8 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 158 216 -
CMYK 0.46 0.27 0 0.15
HSL 214.8º 0.56% 0.65% -
HSV(B) 214.8º 0.46% 0.85% -
XYZ 31.82 33.12 69.68 -
YUV 152.05 164.09 102.28 -
System Red Green Blue C M Y K H S L
Decimal 116 158 216 0.46 0.27 0 0.15 214.8 0.56 0.65
Hex 74 9E D8 2E 1B 0 F D7 38 41
Octal 164 236 330 56 33 0 17 327 70 101
Binary 1110100 10011110 11011000 101110 11011 0 1111 11010111 111000 1000001

Color Harmonies of #749ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749ED8

Black with #749ED8

Text Example


Text Example

White with #749ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749ED8; }

 p { color: rgb(116,158,216); }

 H1.HeaderClassName
 {
   color: #749ED8;
 }
 .AnyTagClassName
 {
   color: #749ED8;
 }
</style>

background-color css

<style>
 a { background-color: #749ED8; }

 a { background-color: rgb(116,158,216); }

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

border-color css

<style>
 span { border-color: #749ED8; }

 span { border-color: rgb(116,158,216); }

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