Html Css Color HEX #75A9DD Jordy Blue

📋 copy color: '#75A9DD'

red 117 ◦ green 169 ◦ blue 221

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

Shades of Jordy Blue #75A9DD

Tints of Jordy Blue #75A9DD

RGB

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

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

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

R = 23.08%
G = 33.33%
B = 43.59%

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

#75A9DD (or 0x75A9DD) is known color: Jordy Blue. HEX triplet: 75, A9 and DD. RGB value is (117,169,221). Sum of RGB (Red+Green+Blue) = 117+169+221=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #75A9DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A9DD is #8A5622. Grayscale: #9F9F9F. Windows color (decimal): -9066019 or 14526837. OLE color: 14526837.

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

Color convert

RGB 117 169 221 -
CMYK 0.47 0.24 0 0.13
HSL 210º 0.6% 0.66% -
HSV(B) 210º 0.47% 0.87% -
XYZ 34.58 37.38 73.8 -
YUV 159.38 162.77 97.77 -
System Red Green Blue C M Y K H S L
Decimal 117 169 221 0.47 0.24 0 0.13 210 0.6 0.66
Hex 75 A9 DD 2F 18 0 D D2 3C 42
Octal 165 251 335 57 30 0 15 322 74 102
Binary 1110101 10101001 11011101 101111 11000 0 1101 11010010 111100 1000010

Color Harmonies of #75A9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A9DD

Black with #75A9DD

Text Example


Text Example

White with #75A9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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