Html Css Color HEX #759CDD Jordy Blue

📋 copy color: '#759CDD'

red 117 ◦ green 156 ◦ blue 221

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

Shades of Jordy Blue #759CDD

Tints of Jordy Blue #759CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 23.68%
G = 31.58%
B = 44.74%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#759CDD (or 0x759CDD) is known color: Jordy Blue. HEX triplet: 75, 9C and DD. RGB value is (117,156,221). Sum of RGB (Red+Green+Blue) = 117+156+221=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #759CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759CDD is #8A6322. Grayscale: #979797. Windows color (decimal): -9069347 or 14523509. OLE color: 14523509.

HSL color Cylindrical-coordinate representation of color #759CDD: hue angle of 217.5º degrees, saturation: 0.6, 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 #759CDD is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 156 221 -
CMYK 0.47 0.29 0 0.13
HSL 217.5º 0.6% 0.66% -
HSV(B) 217.5º 0.47% 0.87% -
XYZ 32.28 32.78 73.03 -
YUV 151.75 167.08 103.21 -
System Red Green Blue C M Y K H S L
Decimal 117 156 221 0.47 0.29 0 0.13 217.5 0.6 0.66
Hex 75 9C DD 2F 1D 0 D DA 3C 42
Octal 165 234 335 57 35 0 15 332 74 102
Binary 1110101 10011100 11011101 101111 11101 0 1101 11011010 111100 1000010

Color Harmonies of #759CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759CDD

Black with #759CDD

Text Example


Text Example

White with #759CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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