Html Css Color HEX #75A0DA Jordy Blue

📋 copy color: '#75A0DA'

red 117 ◦ green 160 ◦ blue 218

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

Shades of Jordy Blue #75A0DA

Tints of Jordy Blue #75A0DA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.32%

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 23.64%
G = 32.32%
B = 44.04%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#75A0DA (or 0x75A0DA) is known color: Jordy Blue. HEX triplet: 75, A0 and DA. RGB value is (117,160,218). Sum of RGB (Red+Green+Blue) = 117+160+218=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #75A0DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A0DA is #8A5F25. Grayscale: #999999. Windows color (decimal): -9068326 or 14327925. OLE color: 14327925.

HSL color Cylindrical-coordinate representation of color #75A0DA: hue angle of 214.46º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75A0DA is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 160 218 -
CMYK 0.46 0.27 0 0.15
HSL 214.46º 0.58% 0.66% -
HSV(B) 214.46º 0.46% 0.85% -
XYZ 32.56 33.99 71.17 -
YUV 153.76 164.25 101.78 -
System Red Green Blue C M Y K H S L
Decimal 117 160 218 0.46 0.27 0 0.15 214.46 0.58 0.66
Hex 75 A0 DA 2E 1B 0 F D6 3A 42
Octal 165 240 332 56 33 0 17 326 72 102
Binary 1110101 10100000 11011010 101110 11011 0 1111 11010110 111010 1000010

Color Harmonies of #75A0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A0DA

Black with #75A0DA

Text Example


Text Example

White with #75A0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75A0DA; }

 p { color: rgb(117,160,218); }

 H1.HeaderClassName
 {
   color: #75A0DA;
 }
 .AnyTagClassName
 {
   color: #75A0DA;
 }
</style>

background-color css

<style>
 a { background-color: #75A0DA; }

 a { background-color: rgb(117,160,218); }

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

border-color css

<style>
 span { border-color: #75A0DA; }

 span { border-color: rgb(117,160,218); }

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