Html Css Color HEX #75A9DB Jordy Blue

📋 copy color: '#75A9DB'

red 117 ◦ green 169 ◦ blue 219

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

Shades of Jordy Blue #75A9DB

Tints of Jordy Blue #75A9DB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.47%

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

R = 23.17%
G = 33.47%
B = 43.37%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#75A9DB (or 0x75A9DB) is known color: Jordy Blue. HEX triplet: 75, A9 and DB. RGB value is (117,169,219). Sum of RGB (Red+Green+Blue) = 117+169+219=505 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.17% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #75A9DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A9DB is #8A5624. Grayscale: #9E9E9E. Windows color (decimal): -9066021 or 14395765. OLE color: 14395765.

HSL color Cylindrical-coordinate representation of color #75A9DB: hue angle of 209.41º 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 #75A9DB is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 169 219 -
CMYK 0.47 0.23 0 0.14
HSL 209.41º 0.59% 0.66% -
HSV(B) 209.41º 0.47% 0.86% -
XYZ 34.31 37.27 72.4 -
YUV 159.15 161.77 97.93 -
System Red Green Blue C M Y K H S L
Decimal 117 169 219 0.47 0.23 0 0.14 209.41 0.59 0.66
Hex 75 A9 DB 2F 17 0 E D1 3B 42
Octal 165 251 333 57 27 0 16 321 73 102
Binary 1110101 10101001 11011011 101111 10111 0 1110 11010001 111011 1000010

Color Harmonies of #75A9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A9DB

Black with #75A9DB

Text Example


Text Example

White with #75A9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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