Html Css Color HEX #759AD3 Jordy Blue

📋 copy color: '#759AD3'

red 117 ◦ green 154 ◦ blue 211

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

Shades of Jordy Blue #759AD3

Tints of Jordy Blue #759AD3

RGB

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

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

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

R = 24.27%
G = 31.95%
B = 43.78%

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

#759AD3 (or 0x759AD3) is known color: Jordy Blue. HEX triplet: 75, 9A and D3. RGB value is (117,154,211). Sum of RGB (Red+Green+Blue) = 117+154+211=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 211 - color contains mainly: blue. Hex color #759AD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759AD3 is #8A652C. Grayscale: #959595. Windows color (decimal): -9069869 or 13867637. OLE color: 13867637.

HSL color Cylindrical-coordinate representation of color #759AD3: hue angle of 216.38º 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 #759AD3 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 154 211 -
CMYK 0.45 0.27 0 0.17
HSL 216.38º 0.52% 0.64% -
HSV(B) 216.38º 0.45% 0.83% -
XYZ 30.65 31.6 66.11 -
YUV 149.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 117 154 211 0.45 0.27 0 0.17 216.38 0.52 0.64
Hex 75 9A D3 2D 1B 0 11 D8 34 40
Octal 165 232 323 55 33 0 21 330 64 100
Binary 1110101 10011010 11010011 101101 11011 0 10001 11011000 110100 1000000

Color Harmonies of #759AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759AD3

Black with #759AD3

Text Example


Text Example

White with #759AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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