Html Css Color HEX #759EEA Jordy Blue

📋 copy color: '#759EEA'

red 117 ◦ green 158 ◦ blue 234

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

Shades of Jordy Blue #759EEA

Tints of Jordy Blue #759EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.97%

R = 22.99%
G = 31.04%
B = 45.97%

CMYK

 C value IS 0.5

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#759EEA (or 0x759EEA) is known color: Jordy Blue. HEX triplet: 75, 9E and EA. RGB value is (117,158,234). Sum of RGB (Red+Green+Blue) = 117+158+234=509 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.99% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #759EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759EEA is #8A6115. Grayscale: #9A9A9A. Windows color (decimal): -9068822 or 15375989. OLE color: 15375989.

HSL color Cylindrical-coordinate representation of color #759EEA: hue angle of 218.97º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #759EEA is Cyan = 0.5, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 158 234 -
CMYK 0.5 0.32 0 0.08
HSL 218.97º 0.74% 0.69% -
HSV(B) 218.97º 0.5% 0.92% -
XYZ 34.41 34.18 82.62 -
YUV 154.41 172.92 101.32 -
System Red Green Blue C M Y K H S L
Decimal 117 158 234 0.5 0.32 0 0.08 218.97 0.74 0.69
Hex 75 9E EA 32 20 0 8 DB 4A 45
Octal 165 236 352 62 40 0 10 333 112 105
Binary 1110101 10011110 11101010 110010 100000 0 1000 11011011 1001010 1000101

Color Harmonies of #759EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759EEA

Black with #759EEA

Text Example


Text Example

White with #759EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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