Html Css Color HEX #75A4DF Jordy Blue

📋 copy color: '#75A4DF'

red 117 ◦ green 164 ◦ blue 223

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

Shades of Jordy Blue #75A4DF

Tints of Jordy Blue #75A4DF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.54%

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 23.21%
G = 32.54%
B = 44.25%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#75A4DF (or 0x75A4DF) is known color: Jordy Blue. HEX triplet: 75, A4 and DF. RGB value is (117,164,223). Sum of RGB (Red+Green+Blue) = 117+164+223=504 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.21% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #75A4DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A4DF is #8A5B20. Grayscale: #9C9C9C. Windows color (decimal): -9067297 or 14656629. OLE color: 14656629.

HSL color Cylindrical-coordinate representation of color #75A4DF: hue angle of 213.4º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75A4DF is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 164 223 -
CMYK 0.48 0.26 0 0.13
HSL 213.4º 0.62% 0.67% -
HSV(B) 213.4º 0.48% 0.87% -
XYZ 33.93 35.66 74.91 -
YUV 156.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 117 164 223 0.48 0.26 0 0.13 213.4 0.62 0.67
Hex 75 A4 DF 30 1A 0 D D5 3E 43
Octal 165 244 337 60 32 0 15 325 76 103
Binary 1110101 10100100 11011111 110000 11010 0 1101 11010101 111110 1000011

Color Harmonies of #75A4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A4DF

Black with #75A4DF

Text Example


Text Example

White with #75A4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,164,223); }

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

background-color css

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

 a { background-color: rgb(117,164,223); }

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

border-color css

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

 span { border-color: rgb(117,164,223); }

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