Html Css Color HEX #75A7DB Jordy Blue

📋 copy color: '#75A7DB'

red 117 ◦ green 167 ◦ blue 219

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

Shades of Jordy Blue #75A7DB

Tints of Jordy Blue #75A7DB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.2%

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

R = 23.26%
G = 33.2%
B = 43.54%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#75A7DB (or 0x75A7DB) is known color: Jordy Blue. HEX triplet: 75, A7 and DB. RGB value is (117,167,219). Sum of RGB (Red+Green+Blue) = 117+167+219=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #75A7DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A7DB is #8A5824. Grayscale: #9D9D9D. Windows color (decimal): -9066533 or 14395253. OLE color: 14395253.

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

Color convert

RGB 117 167 219 -
CMYK 0.47 0.24 0 0.14
HSL 210.59º 0.59% 0.66% -
HSV(B) 210.59º 0.47% 0.86% -
XYZ 33.94 36.53 72.28 -
YUV 157.98 162.44 98.77 -
System Red Green Blue C M Y K H S L
Decimal 117 167 219 0.47 0.24 0 0.14 210.59 0.59 0.66
Hex 75 A7 DB 2F 18 0 E D3 3B 42
Octal 165 247 333 57 30 0 16 323 73 102
Binary 1110101 10100111 11011011 101111 11000 0 1110 11010011 111011 1000010

Color Harmonies of #75A7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A7DB

Black with #75A7DB

Text Example


Text Example

White with #75A7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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