Html Css Color HEX #75A8DC Jordy Blue

📋 copy color: '#75A8DC'

red 117 ◦ green 168 ◦ blue 220

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

Shades of Jordy Blue #75A8DC

Tints of Jordy Blue #75A8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.27%

 BLUE value IS 220 (86.33% from 255) = 43.56%

R = 23.17%
G = 33.27%
B = 43.56%

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

#75A8DC (or 0x75A8DC) is known color: Jordy Blue. HEX triplet: 75, A8 and DC. RGB value is (117,168,220). Sum of RGB (Red+Green+Blue) = 117+168+220=505 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.17% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #75A8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A8DC is #8A5723. Grayscale: #9E9E9E. Windows color (decimal): -9066276 or 14461045. OLE color: 14461045.

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

Color convert

RGB 117 168 220 -
CMYK 0.47 0.24 0 0.14
HSL 210.29º 0.6% 0.66% -
HSV(B) 210.29º 0.47% 0.86% -
XYZ 34.26 36.95 73.04 -
YUV 158.68 162.6 98.27 -
System Red Green Blue C M Y K H S L
Decimal 117 168 220 0.47 0.24 0 0.14 210.29 0.6 0.66
Hex 75 A8 DC 2F 18 0 E D2 3C 42
Octal 165 250 334 57 30 0 16 322 74 102
Binary 1110101 10101000 11011100 101111 11000 0 1110 11010010 111100 1000010

Color Harmonies of #75A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A8DC

Black with #75A8DC

Text Example


Text Example

White with #75A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,168,220); }

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

background-color css

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

 a { background-color: rgb(117,168,220); }

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

border-color css

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

 span { border-color: rgb(117,168,220); }

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