Html Css Color HEX #759BDA Jordy Blue

📋 copy color: '#759BDA'

red 117 ◦ green 155 ◦ blue 218

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

Shades of Jordy Blue #759BDA

Tints of Jordy Blue #759BDA

RGB

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

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

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

R = 23.88%
G = 31.63%
B = 44.49%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#759BDA (or 0x759BDA) is known color: Jordy Blue. HEX triplet: 75, 9B and DA. RGB value is (117,155,218). Sum of RGB (Red+Green+Blue) = 117+155+218=490 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.88% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #759BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BDA is #8A6425. Grayscale: #969696. Windows color (decimal): -9069606 or 14326645. OLE color: 14326645.

HSL color Cylindrical-coordinate representation of color #759BDA: hue angle of 217.43º 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 #759BDA is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 155 218 -
CMYK 0.46 0.29 0 0.15
HSL 217.43º 0.58% 0.66% -
HSV(B) 217.43º 0.46% 0.85% -
XYZ 31.71 32.29 70.89 -
YUV 150.82 165.91 103.88 -
System Red Green Blue C M Y K H S L
Decimal 117 155 218 0.46 0.29 0 0.15 217.43 0.58 0.66
Hex 75 9B DA 2E 1D 0 F D9 3A 42
Octal 165 233 332 56 35 0 17 331 72 102
Binary 1110101 10011011 11011010 101110 11101 0 1111 11011001 111010 1000010

Color Harmonies of #759BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759BDA

Black with #759BDA

Text Example


Text Example

White with #759BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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