Html Css Color HEX #759CE1 Jordy Blue

📋 copy color: '#759CE1'

red 117 ◦ green 156 ◦ blue 225

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

Shades of Jordy Blue #759CE1

Tints of Jordy Blue #759CE1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.33%

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

R = 23.49%
G = 31.33%
B = 45.18%

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

#759CE1 (or 0x759CE1) is known color: Jordy Blue. HEX triplet: 75, 9C and E1. RGB value is (117,156,225). Sum of RGB (Red+Green+Blue) = 117+156+225=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 225 (88.28% from 255 or 45.18% from 498); Max value from RGB is 225 - color contains mainly: blue. Hex color #759CE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759CE1 is #8A631E. Grayscale: #979797. Windows color (decimal): -9069343 or 14785653. OLE color: 14785653.

HSL color Cylindrical-coordinate representation of color #759CE1: hue angle of 218.33º 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 #759CE1 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 156 225 -
CMYK 0.48 0.31 0 0.12
HSL 218.33º 0.64% 0.67% -
HSV(B) 218.33º 0.48% 0.88% -
XYZ 32.82 33 75.87 -
YUV 152.21 169.08 102.89 -
System Red Green Blue C M Y K H S L
Decimal 117 156 225 0.48 0.31 0 0.12 218.33 0.64 0.67
Hex 75 9C E1 30 1F 0 C DA 40 43
Octal 165 234 341 60 37 0 14 332 100 103
Binary 1110101 10011100 11100001 110000 11111 0 1100 11011010 1000000 1000011

Color Harmonies of #759CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759CE1

Black with #759CE1

Text Example


Text Example

White with #759CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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