Html Css Color HEX #759EE8 Jordy Blue

📋 copy color: '#759EE8'

red 117 ◦ green 158 ◦ blue 232

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

Shades of Jordy Blue #759EE8

Tints of Jordy Blue #759EE8

RGB

 RED value IS 117 (46.09% from 255) = 23.08%

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

 BLUE value IS 232 (91.02% from 255) = 45.76%

R = 23.08%
G = 31.16%
B = 45.76%

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

#759EE8 (or 0x759EE8) is known color: Jordy Blue. HEX triplet: 75, 9E and E8. RGB value is (117,158,232). Sum of RGB (Red+Green+Blue) = 117+158+232=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #759EE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759EE8 is #8A6117. Grayscale: #999999. Windows color (decimal): -9068824 or 15244917. OLE color: 15244917.

HSL color Cylindrical-coordinate representation of color #759EE8: hue angle of 218.61º degrees, saturation: 0.71, 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 #759EE8 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 158 232 -
CMYK 0.50 0.32 0 0.09
HSL 218.61º 0.71% 0.68% -
HSV(B) 218.61º 0.5% 0.91% -
XYZ 34.13 34.06 81.12 -
YUV 154.18 171.92 101.48 -
System Red Green Blue C M Y K H S L
Decimal 117 158 232 0.50 0.32 0 0.09 218.61 0.71 0.68
Hex 75 9E E8 32 20 0 9 DB 47 44
Octal 165 236 350 62 40 0 11 333 107 104
Binary 1110101 10011110 11101000 110010 100000 0 1001 11011011 1000111 1000100

Color Harmonies of #759EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759EE8

Black with #759EE8

Text Example


Text Example

White with #759EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759EE8; }

 p { color: rgb(117,158,232); }

 H1.HeaderClassName
 {
   color: #759EE8;
 }
 .AnyTagClassName
 {
   color: #759EE8;
 }
</style>

background-color css

<style>
 a { background-color: #759EE8; }

 a { background-color: rgb(117,158,232); }

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

border-color css

<style>
 span { border-color: #759EE8; }

 span { border-color: rgb(117,158,232); }

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