Html Css Color HEX #759AD4 Jordy Blue

📋 copy color: '#759AD4'

red 117 ◦ green 154 ◦ blue 212

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

Shades of Jordy Blue #759AD4

Tints of Jordy Blue #759AD4

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.88%

 BLUE value IS 212 (83.2% from 255) = 43.89%

R = 24.22%
G = 31.88%
B = 43.89%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#759AD4 (or 0x759AD4) is known color: Jordy Blue. HEX triplet: 75, 9A and D4. RGB value is (117,154,212). Sum of RGB (Red+Green+Blue) = 117+154+212=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 212 - color contains mainly: blue. Hex color #759AD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759AD4 is #8A652B. Grayscale: #959595. Windows color (decimal): -9069868 or 13933173. OLE color: 13933173.

HSL color Cylindrical-coordinate representation of color #759AD4: hue angle of 216.63º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #759AD4 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 154 212 -
CMYK 0.45 0.27 0 0.17
HSL 216.63º 0.52% 0.65% -
HSV(B) 216.63º 0.45% 0.83% -
XYZ 30.78 31.65 66.77 -
YUV 149.55 163.24 104.78 -
System Red Green Blue C M Y K H S L
Decimal 117 154 212 0.45 0.27 0 0.17 216.63 0.52 0.65
Hex 75 9A D4 2D 1B 0 11 D9 34 41
Octal 165 232 324 55 33 0 21 331 64 101
Binary 1110101 10011010 11010100 101101 11011 0 10001 11011001 110100 1000001

Color Harmonies of #759AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759AD4

Black with #759AD4

Text Example


Text Example

White with #759AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,154,212); }

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

background-color css

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

 a { background-color: rgb(117,154,212); }

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

border-color css

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

 span { border-color: rgb(117,154,212); }

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