Html Css Color HEX #759DD3 Jordy Blue

📋 copy color: '#759DD3'

red 117 ◦ green 157 ◦ blue 211

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

Shades of Jordy Blue #759DD3

Tints of Jordy Blue #759DD3

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.37%

 BLUE value IS 211 (82.81% from 255) = 43.51%

R = 24.12%
G = 32.37%
B = 43.51%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#759DD3 (or 0x759DD3) is known color: Jordy Blue. HEX triplet: 75, 9D and D3. RGB value is (117,157,211). Sum of RGB (Red+Green+Blue) = 117+157+211=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 211 (82.81% from 255 or 43.51% from 485); Max value from RGB is 211 - color contains mainly: blue. Hex color #759DD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759DD3 is #8A622C. Grayscale: #969696. Windows color (decimal): -9069101 or 13868405. OLE color: 13868405.

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

Color convert

RGB 117 157 211 -
CMYK 0.45 0.26 0 0.17
HSL 214.47º 0.52% 0.64% -
HSV(B) 214.47º 0.45% 0.83% -
XYZ 31.15 32.6 66.28 -
YUV 151.2 161.75 103.61 -
System Red Green Blue C M Y K H S L
Decimal 117 157 211 0.45 0.26 0 0.17 214.47 0.52 0.64
Hex 75 9D D3 2D 1A 0 11 D6 34 40
Octal 165 235 323 55 32 0 21 326 64 100
Binary 1110101 10011101 11010011 101101 11010 0 10001 11010110 110100 1000000

Color Harmonies of #759DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759DD3

Black with #759DD3

Text Example


Text Example

White with #759DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,157,211); }

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

background-color css

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

 a { background-color: rgb(117,157,211); }

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

border-color css

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

 span { border-color: rgb(117,157,211); }

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