Html Css Color HEX #75A1DA Jordy Blue

📋 copy color: '#75A1DA'

red 117 ◦ green 161 ◦ blue 218

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

Shades of Jordy Blue #75A1DA

Tints of Jordy Blue #75A1DA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.46%

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

R = 23.59%
G = 32.46%
B = 43.95%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#75A1DA (or 0x75A1DA) is known color: Jordy Blue. HEX triplet: 75, A1 and DA. RGB value is (117,161,218). Sum of RGB (Red+Green+Blue) = 117+161+218=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #75A1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A1DA is #8A5E25. Grayscale: #9A9A9A. Windows color (decimal): -9068070 or 14328181. OLE color: 14328181.

HSL color Cylindrical-coordinate representation of color #75A1DA: hue angle of 213.86º 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 #75A1DA is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 161 218 -
CMYK 0.46 0.26 0 0.15
HSL 213.86º 0.58% 0.66% -
HSV(B) 213.86º 0.46% 0.85% -
XYZ 32.74 34.33 71.23 -
YUV 154.34 163.92 101.37 -
System Red Green Blue C M Y K H S L
Decimal 117 161 218 0.46 0.26 0 0.15 213.86 0.58 0.66
Hex 75 A1 DA 2E 1A 0 F D6 3A 42
Octal 165 241 332 56 32 0 17 326 72 102
Binary 1110101 10100001 11011010 101110 11010 0 1111 11010110 111010 1000010

Color Harmonies of #75A1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A1DA

Black with #75A1DA

Text Example


Text Example

White with #75A1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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