Html Css Color HEX #759CDF Jordy Blue

📋 copy color: '#759CDF'

red 117 ◦ green 156 ◦ blue 223

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

Shades of Jordy Blue #759CDF

Tints of Jordy Blue #759CDF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.45%

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

R = 23.59%
G = 31.45%
B = 44.96%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#759CDF (or 0x759CDF) is known color: Jordy Blue. HEX triplet: 75, 9C and DF. RGB value is (117,156,223). Sum of RGB (Red+Green+Blue) = 117+156+223=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #759CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759CDF is #8A6320. Grayscale: #979797. Windows color (decimal): -9069345 or 14654581. OLE color: 14654581.

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

Color convert

RGB 117 156 223 -
CMYK 0.48 0.30 0 0.13
HSL 217.92º 0.62% 0.67% -
HSV(B) 217.92º 0.48% 0.87% -
XYZ 32.54 32.89 74.44 -
YUV 151.98 168.08 103.05 -
System Red Green Blue C M Y K H S L
Decimal 117 156 223 0.48 0.30 0 0.13 217.92 0.62 0.67
Hex 75 9C DF 30 1E 0 D DA 3E 43
Octal 165 234 337 60 36 0 15 332 76 103
Binary 1110101 10011100 11011111 110000 11110 0 1101 11011010 111110 1000011

Color Harmonies of #759CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759CDF

Black with #759CDF

Text Example


Text Example

White with #759CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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