Html Css Color HEX #759FDF Jordy Blue

📋 copy color: '#759FDF'

red 117 ◦ green 159 ◦ blue 223

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

Shades of Jordy Blue #759FDF

Tints of Jordy Blue #759FDF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.86%

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

R = 23.45%
G = 31.86%
B = 44.69%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#759FDF (or 0x759FDF) is known color: Jordy Blue. HEX triplet: 75, 9F and DF. RGB value is (117,159,223). Sum of RGB (Red+Green+Blue) = 117+159+223=499 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.45% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #759FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759FDF is #8A6020. Grayscale: #999999. Windows color (decimal): -9068577 or 14655349. OLE color: 14655349.

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

Color convert

RGB 117 159 223 -
CMYK 0.48 0.29 0 0.13
HSL 216.23º 0.62% 0.67% -
HSV(B) 216.23º 0.48% 0.87% -
XYZ 33.05 33.91 74.61 -
YUV 153.74 167.09 101.8 -
System Red Green Blue C M Y K H S L
Decimal 117 159 223 0.48 0.29 0 0.13 216.23 0.62 0.67
Hex 75 9F DF 30 1D 0 D D8 3E 43
Octal 165 237 337 60 35 0 15 330 76 103
Binary 1110101 10011111 11011111 110000 11101 0 1101 11011000 111110 1000011

Color Harmonies of #759FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759FDF

Black with #759FDF

Text Example


Text Example

White with #759FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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