Html Css Color HEX #759CDA Jordy Blue

📋 copy color: '#759CDA'

red 117 ◦ green 156 ◦ blue 218

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

Shades of Jordy Blue #759CDA

Tints of Jordy Blue #759CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 23.83%
G = 31.77%
B = 44.4%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#759CDA (or 0x759CDA) is known color: Jordy Blue. HEX triplet: 75, 9C and DA. RGB value is (117,156,218). Sum of RGB (Red+Green+Blue) = 117+156+218=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #759CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759CDA is #8A6325. Grayscale: #979797. Windows color (decimal): -9069350 or 14326901. OLE color: 14326901.

HSL color Cylindrical-coordinate representation of color #759CDA: hue angle of 216.83º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #759CDA is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 156 218 -
CMYK 0.46 0.28 0 0.15
HSL 216.83º 0.58% 0.66% -
HSV(B) 216.83º 0.46% 0.85% -
XYZ 31.88 32.62 70.95 -
YUV 151.41 165.58 103.46 -
System Red Green Blue C M Y K H S L
Decimal 117 156 218 0.46 0.28 0 0.15 216.83 0.58 0.66
Hex 75 9C DA 2E 1C 0 F D9 3A 42
Octal 165 234 332 56 34 0 17 331 72 102
Binary 1110101 10011100 11011010 101110 11100 0 1111 11011001 111010 1000010

Color Harmonies of #759CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759CDA

Black with #759CDA

Text Example


Text Example

White with #759CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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