Html Css Color HEX #759ECE Jordy Blue

📋 copy color: '#759ECE'

red 117 ◦ green 158 ◦ blue 206

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

Shades of Jordy Blue #759ECE

Tints of Jordy Blue #759ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 24.32%
G = 32.85%
B = 42.83%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#759ECE (or 0x759ECE) is known color: Jordy Blue. HEX triplet: 75, 9E and CE. RGB value is (117,158,206). Sum of RGB (Red+Green+Blue) = 117+158+206=481 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.32% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #759ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759ECE is #8A6131. Grayscale: #969696. Windows color (decimal): -9068850 or 13540981. OLE color: 13540981.

HSL color Cylindrical-coordinate representation of color #759ECE: hue angle of 212.36º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #759ECE is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 158 206 -
CMYK 0.43 0.23 0 0.19
HSL 212.36º 0.48% 0.63% -
HSV(B) 212.36º 0.43% 0.81% -
XYZ 30.7 32.69 63.08 -
YUV 151.21 158.92 103.6 -
System Red Green Blue C M Y K H S L
Decimal 117 158 206 0.43 0.23 0 0.19 212.36 0.48 0.63
Hex 75 9E CE 2B 17 0 13 D4 30 3F
Octal 165 236 316 53 27 0 23 324 60 77
Binary 1110101 10011110 11001110 101011 10111 0 10011 11010100 110000 111111

Color Harmonies of #759ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759ECE

Black with #759ECE

Text Example


Text Example

White with #759ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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