Html Css Color HEX #75A1DB Jordy Blue

📋 copy color: '#75A1DB'

red 117 ◦ green 161 ◦ blue 219

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

Shades of Jordy Blue #75A1DB

Tints of Jordy Blue #75A1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.06%

R = 23.54%
G = 32.39%
B = 44.06%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#75A1DB (or 0x75A1DB) is known color: Jordy Blue. HEX triplet: 75, A1 and DB. RGB value is (117,161,219). Sum of RGB (Red+Green+Blue) = 117+161+219=497 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.54% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #75A1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A1DB is #8A5E24. Grayscale: #9A9A9A. Windows color (decimal): -9068069 or 14393717. OLE color: 14393717.

HSL color Cylindrical-coordinate representation of color #75A1DB: hue angle of 214.12º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75A1DB is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 161 219 -
CMYK 0.47 0.26 0 0.14
HSL 214.12º 0.59% 0.66% -
HSV(B) 214.12º 0.47% 0.86% -
XYZ 32.87 34.39 71.92 -
YUV 154.46 164.42 101.28 -
System Red Green Blue C M Y K H S L
Decimal 117 161 219 0.47 0.26 0 0.14 214.12 0.59 0.66
Hex 75 A1 DB 2F 1A 0 E D6 3B 42
Octal 165 241 333 57 32 0 16 326 73 102
Binary 1110101 10100001 11011011 101111 11010 0 1110 11010110 111011 1000010

Color Harmonies of #75A1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A1DB

Black with #75A1DB

Text Example


Text Example

White with #75A1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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