Html Css Color HEX #75A3DD Jordy Blue

📋 copy color: '#75A3DD'

red 117 ◦ green 163 ◦ blue 221

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

Shades of Jordy Blue #75A3DD

Tints of Jordy Blue #75A3DD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.53%

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

R = 23.35%
G = 32.53%
B = 44.11%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#75A3DD (or 0x75A3DD) is known color: Jordy Blue. HEX triplet: 75, A3 and DD. RGB value is (117,163,221). Sum of RGB (Red+Green+Blue) = 117+163+221=501 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.35% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #75A3DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A3DD is #8A5C22. Grayscale: #9B9B9B. Windows color (decimal): -9067555 or 14525301. OLE color: 14525301.

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

Color convert

RGB 117 163 221 -
CMYK 0.47 0.26 0 0.13
HSL 213.46º 0.6% 0.66% -
HSV(B) 213.46º 0.47% 0.87% -
XYZ 33.48 35.2 73.44 -
YUV 155.86 164.76 100.28 -
System Red Green Blue C M Y K H S L
Decimal 117 163 221 0.47 0.26 0 0.13 213.46 0.6 0.66
Hex 75 A3 DD 2F 1A 0 D D5 3C 42
Octal 165 243 335 57 32 0 15 325 74 102
Binary 1110101 10100011 11011101 101111 11010 0 1101 11010101 111100 1000010

Color Harmonies of #75A3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A3DD

Black with #75A3DD

Text Example


Text Example

White with #75A3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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