Html Css Color HEX #759EDD Jordy Blue

📋 copy color: '#759EDD'

red 117 ◦ green 158 ◦ blue 221

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

Shades of Jordy Blue #759EDD

Tints of Jordy Blue #759EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 23.59%
G = 31.85%
B = 44.56%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#759EDD (or 0x759EDD) is known color: Jordy Blue. HEX triplet: 75, 9E and DD. RGB value is (117,158,221). Sum of RGB (Red+Green+Blue) = 117+158+221=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #759EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759EDD is #8A6122. Grayscale: #989898. Windows color (decimal): -9068835 or 14524021. OLE color: 14524021.

HSL color Cylindrical-coordinate representation of color #759EDD: hue angle of 216.35º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #759EDD is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 158 221 -
CMYK 0.47 0.29 0 0.13
HSL 216.35º 0.6% 0.66% -
HSV(B) 216.35º 0.47% 0.87% -
XYZ 32.61 33.46 73.15 -
YUV 152.92 166.42 102.38 -
System Red Green Blue C M Y K H S L
Decimal 117 158 221 0.47 0.29 0 0.13 216.35 0.6 0.66
Hex 75 9E DD 2F 1D 0 D D8 3C 42
Octal 165 236 335 57 35 0 15 330 74 102
Binary 1110101 10011110 11011101 101111 11101 0 1101 11011000 111100 1000010

Color Harmonies of #759EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759EDD

Black with #759EDD

Text Example


Text Example

White with #759EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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