Html Css Color HEX #75A8DD Jordy Blue

📋 copy color: '#75A8DD'

red 117 ◦ green 168 ◦ blue 221

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

Shades of Jordy Blue #75A8DD

Tints of Jordy Blue #75A8DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 23.12%
G = 33.2%
B = 43.68%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#75A8DD (or 0x75A8DD) is known color: Jordy Blue. HEX triplet: 75, A8 and DD. RGB value is (117,168,221). Sum of RGB (Red+Green+Blue) = 117+168+221=506 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.12% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #75A8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A8DD is #8A5722. Grayscale: #9E9E9E. Windows color (decimal): -9066275 or 14526581. OLE color: 14526581.

HSL color Cylindrical-coordinate representation of color #75A8DD: hue angle of 210.58º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75A8DD is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 168 221 -
CMYK 0.47 0.24 0 0.13
HSL 210.58º 0.6% 0.66% -
HSV(B) 210.58º 0.47% 0.87% -
XYZ 34.39 37.01 73.74 -
YUV 158.79 163.1 98.19 -
System Red Green Blue C M Y K H S L
Decimal 117 168 221 0.47 0.24 0 0.13 210.58 0.6 0.66
Hex 75 A8 DD 2F 18 0 D D3 3C 42
Octal 165 250 335 57 30 0 15 323 74 102
Binary 1110101 10101000 11011101 101111 11000 0 1101 11010011 111100 1000010

Color Harmonies of #75A8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A8DD

Black with #75A8DD

Text Example


Text Example

White with #75A8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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