Html Css Color HEX #759BE1 Jordy Blue

📋 copy color: '#759BE1'

red 117 ◦ green 155 ◦ blue 225

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

Shades of Jordy Blue #759BE1

Tints of Jordy Blue #759BE1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.19%

 BLUE value IS 225 (88.28% from 255) = 45.27%

R = 23.54%
G = 31.19%
B = 45.27%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#759BE1 (or 0x759BE1) is known color: Jordy Blue. HEX triplet: 75, 9B and E1. RGB value is (117,155,225). Sum of RGB (Red+Green+Blue) = 117+155+225=497 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.54% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 225 - color contains mainly: blue. Hex color #759BE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BE1 is #8A641E. Grayscale: #979797. Windows color (decimal): -9069599 or 14785397. OLE color: 14785397.

HSL color Cylindrical-coordinate representation of color #759BE1: hue angle of 218.89º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #759BE1 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 155 225 -
CMYK 0.48 0.31 0 0.12
HSL 218.89º 0.64% 0.67% -
HSV(B) 218.89º 0.48% 0.88% -
XYZ 32.65 32.66 75.82 -
YUV 151.62 169.41 103.31 -
System Red Green Blue C M Y K H S L
Decimal 117 155 225 0.48 0.31 0 0.12 218.89 0.64 0.67
Hex 75 9B E1 30 1F 0 C DB 40 43
Octal 165 233 341 60 37 0 14 333 100 103
Binary 1110101 10011011 11100001 110000 11111 0 1100 11011011 1000000 1000011

Color Harmonies of #759BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759BE1

Black with #759BE1

Text Example


Text Example

White with #759BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,155,225); }

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

background-color css

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

 a { background-color: rgb(117,155,225); }

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

border-color css

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

 span { border-color: rgb(117,155,225); }

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