Html Css Color HEX #749EE9 Jordy Blue

📋 copy color: '#749EE9'

red 116 ◦ green 158 ◦ blue 233

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

Shades of Jordy Blue #749EE9

Tints of Jordy Blue #749EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.96%

R = 22.88%
G = 31.16%
B = 45.96%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#749EE9 (or 0x749EE9) is known color: Jordy Blue. HEX triplet: 74, 9E and E9. RGB value is (116,158,233). Sum of RGB (Red+Green+Blue) = 116+158+233=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #749EE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749EE9 is #8B6116. Grayscale: #999999. Windows color (decimal): -9134359 or 15310452. OLE color: 15310452.

HSL color Cylindrical-coordinate representation of color #749EE9: hue angle of 218.46º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #749EE9 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 158 233 -
CMYK 0.50 0.32 0 0.09
HSL 218.46º 0.73% 0.68% -
HSV(B) 218.46º 0.5% 0.91% -
XYZ 34.14 34.05 81.86 -
YUV 153.99 172.59 100.9 -
System Red Green Blue C M Y K H S L
Decimal 116 158 233 0.50 0.32 0 0.09 218.46 0.73 0.68
Hex 74 9E E9 32 20 0 9 DA 49 44
Octal 164 236 351 62 40 0 11 332 111 104
Binary 1110100 10011110 11101001 110010 100000 0 1001 11011010 1001001 1000100

Color Harmonies of #749EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749EE9

Black with #749EE9

Text Example


Text Example

White with #749EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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