Html Css Color HEX #75A8DA Jordy Blue

📋 copy color: '#75A8DA'

red 117 ◦ green 168 ◦ blue 218

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

Shades of Jordy Blue #75A8DA

Tints of Jordy Blue #75A8DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.34%

R = 23.26%
G = 33.4%
B = 43.34%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#75A8DA (or 0x75A8DA) is known color: Jordy Blue. HEX triplet: 75, A8 and DA. RGB value is (117,168,218). Sum of RGB (Red+Green+Blue) = 117+168+218=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #75A8DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A8DA is #8A5725. Grayscale: #9E9E9E. Windows color (decimal): -9066278 or 14329973. OLE color: 14329973.

HSL color Cylindrical-coordinate representation of color #75A8DA: hue angle of 209.7º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75A8DA is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 168 218 -
CMYK 0.46 0.23 0 0.15
HSL 209.7º 0.58% 0.66% -
HSV(B) 209.7º 0.46% 0.85% -
XYZ 33.99 36.85 71.65 -
YUV 158.45 161.6 98.43 -
System Red Green Blue C M Y K H S L
Decimal 117 168 218 0.46 0.23 0 0.15 209.7 0.58 0.66
Hex 75 A8 DA 2E 17 0 F D2 3A 42
Octal 165 250 332 56 27 0 17 322 72 102
Binary 1110101 10101000 11011010 101110 10111 0 1111 11010010 111010 1000010

Color Harmonies of #75A8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A8DA

Black with #75A8DA

Text Example


Text Example

White with #75A8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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