Html Css Color HEX #759CDE Jordy Blue

📋 copy color: '#759CDE'

red 117 ◦ green 156 ◦ blue 222

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

Shades of Jordy Blue #759CDE

Tints of Jordy Blue #759CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.85%

R = 23.64%
G = 31.52%
B = 44.85%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#759CDE (or 0x759CDE) is known color: Jordy Blue. HEX triplet: 75, 9C and DE. RGB value is (117,156,222). Sum of RGB (Red+Green+Blue) = 117+156+222=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #759CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759CDE is #8A6321. Grayscale: #979797. Windows color (decimal): -9069346 or 14589045. OLE color: 14589045.

HSL color Cylindrical-coordinate representation of color #759CDE: hue angle of 217.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #759CDE is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 156 222 -
CMYK 0.47 0.30 0 0.13
HSL 217.71º 0.61% 0.66% -
HSV(B) 217.71º 0.47% 0.87% -
XYZ 32.41 32.83 73.74 -
YUV 151.86 167.58 103.13 -
System Red Green Blue C M Y K H S L
Decimal 117 156 222 0.47 0.30 0 0.13 217.71 0.61 0.66
Hex 75 9C DE 2F 1E 0 D DA 3D 42
Octal 165 234 336 57 36 0 15 332 75 102
Binary 1110101 10011100 11011110 101111 11110 0 1101 11011010 111101 1000010

Color Harmonies of #759CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759CDE

Black with #759CDE

Text Example


Text Example

White with #759CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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