Html Css Color HEX #759EDF Jordy Blue

📋 copy color: '#759EDF'

red 117 ◦ green 158 ◦ blue 223

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

Shades of Jordy Blue #759EDF

Tints of Jordy Blue #759EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 23.49%
G = 31.73%
B = 44.78%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#759EDF (or 0x759EDF) is known color: Jordy Blue. HEX triplet: 75, 9E and DF. RGB value is (117,158,223). Sum of RGB (Red+Green+Blue) = 117+158+223=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #759EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759EDF is #8A6120. Grayscale: #989898. Windows color (decimal): -9068833 or 14655093. OLE color: 14655093.

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

Color convert

RGB 117 158 223 -
CMYK 0.48 0.29 0 0.13
HSL 216.79º 0.62% 0.67% -
HSV(B) 216.79º 0.48% 0.87% -
XYZ 32.88 33.56 74.56 -
YUV 153.15 167.42 102.21 -
System Red Green Blue C M Y K H S L
Decimal 117 158 223 0.48 0.29 0 0.13 216.79 0.62 0.67
Hex 75 9E DF 30 1D 0 D D9 3E 43
Octal 165 236 337 60 35 0 15 331 76 103
Binary 1110101 10011110 11011111 110000 11101 0 1101 11011001 111110 1000011

Color Harmonies of #759EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759EDF

Black with #759EDF

Text Example


Text Example

White with #759EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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