Html Css Color HEX #759FEC Jordy Blue

📋 copy color: '#759FEC'

red 117 ◦ green 159 ◦ blue 236

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

Shades of Jordy Blue #759FEC

Tints of Jordy Blue #759FEC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.05%

 BLUE value IS 236 (92.58% from 255) = 46.09%

R = 22.85%
G = 31.05%
B = 46.09%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#759FEC (or 0x759FEC) is known color: Jordy Blue. HEX triplet: 75, 9F and EC. RGB value is (117,159,236). Sum of RGB (Red+Green+Blue) = 117+159+236=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #759FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759FEC is #8A6013. Grayscale: #9A9A9A. Windows color (decimal): -9068564 or 15507317. OLE color: 15507317.

HSL color Cylindrical-coordinate representation of color #759FEC: hue angle of 218.82º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #759FEC is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 159 236 -
CMYK 0.50 0.33 0 0.07
HSL 218.82º 0.76% 0.69% -
HSV(B) 218.82º 0.5% 0.93% -
XYZ 34.87 34.63 84.2 -
YUV 155.22 173.59 100.74 -
System Red Green Blue C M Y K H S L
Decimal 117 159 236 0.50 0.33 0 0.07 218.82 0.76 0.69
Hex 75 9F EC 32 21 0 7 DB 4C 45
Octal 165 237 354 62 41 0 7 333 114 105
Binary 1110101 10011111 11101100 110010 100001 0 111 11011011 1001100 1000101

Color Harmonies of #759FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759FEC

Black with #759FEC

Text Example


Text Example

White with #759FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,159,236); }

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

background-color css

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

 a { background-color: rgb(117,159,236); }

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

border-color css

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

 span { border-color: rgb(117,159,236); }

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