Html Css Color HEX #759ADF Jordy Blue

📋 copy color: '#759ADF'

red 117 ◦ green 154 ◦ blue 223

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

Shades of Jordy Blue #759ADF

Tints of Jordy Blue #759ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 23.68%
G = 31.17%
B = 45.14%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#759ADF (or 0x759ADF) is known color: Jordy Blue. HEX triplet: 75, 9A and DF. RGB value is (117,154,223). Sum of RGB (Red+Green+Blue) = 117+154+223=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #759ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759ADF is #8A6520. Grayscale: #969696. Windows color (decimal): -9069857 or 14654069. OLE color: 14654069.

HSL color Cylindrical-coordinate representation of color #759ADF: hue angle of 219.06º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #759ADF is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 154 223 -
CMYK 0.48 0.31 0 0.13
HSL 219.06º 0.62% 0.67% -
HSV(B) 219.06º 0.48% 0.87% -
XYZ 32.21 32.22 74.33 -
YUV 150.8 168.74 103.89 -
System Red Green Blue C M Y K H S L
Decimal 117 154 223 0.48 0.31 0 0.13 219.06 0.62 0.67
Hex 75 9A DF 30 1F 0 D DB 3E 43
Octal 165 232 337 60 37 0 15 333 76 103
Binary 1110101 10011010 11011111 110000 11111 0 1101 11011011 111110 1000011

Color Harmonies of #759ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759ADF

Black with #759ADF

Text Example


Text Example

White with #759ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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