Html Css Color HEX #759BDF Jordy Blue

📋 copy color: '#759BDF'

red 117 ◦ green 155 ◦ blue 223

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

Shades of Jordy Blue #759BDF

Tints of Jordy Blue #759BDF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.31%

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

R = 23.64%
G = 31.31%
B = 45.05%

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

#759BDF (or 0x759BDF) is known color: Jordy Blue. HEX triplet: 75, 9B and DF. RGB value is (117,155,223). Sum of RGB (Red+Green+Blue) = 117+155+223=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #759BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BDF is #8A6420. Grayscale: #979797. Windows color (decimal): -9069601 or 14654325. OLE color: 14654325.

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

Color convert

RGB 117 155 223 -
CMYK 0.48 0.30 0 0.13
HSL 218.49º 0.62% 0.67% -
HSV(B) 218.49º 0.48% 0.87% -
XYZ 32.38 32.55 74.39 -
YUV 151.39 168.41 103.47 -
System Red Green Blue C M Y K H S L
Decimal 117 155 223 0.48 0.30 0 0.13 218.49 0.62 0.67
Hex 75 9B DF 30 1E 0 D DA 3E 43
Octal 165 233 337 60 36 0 15 332 76 103
Binary 1110101 10011011 11011111 110000 11110 0 1101 11011010 111110 1000011

Color Harmonies of #759BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759BDF

Black with #759BDF

Text Example


Text Example

White with #759BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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