Html Css Color HEX #75A8E4 Jordy Blue

📋 copy color: '#75A8E4'

red 117 ◦ green 168 ◦ blue 228

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

Shades of Jordy Blue #75A8E4

Tints of Jordy Blue #75A8E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.44%

R = 22.81%
G = 32.75%
B = 44.44%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#75A8E4 (or 0x75A8E4) is known color: Jordy Blue. HEX triplet: 75, A8 and E4. RGB value is (117,168,228). Sum of RGB (Red+Green+Blue) = 117+168+228=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 228 (89.45% from 255 or 44.44% from 513); Max value from RGB is 228 - color contains mainly: blue. Hex color #75A8E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A8E4 is #8A571B. Grayscale: #9F9F9F. Windows color (decimal): -9066268 or 14985333. OLE color: 14985333.

HSL color Cylindrical-coordinate representation of color #75A8E4: hue angle of 212.43º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75A8E4 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 168 228 -
CMYK 0.49 0.26 0 0.11
HSL 212.43º 0.67% 0.68% -
HSV(B) 212.43º 0.49% 0.89% -
XYZ 35.34 37.39 78.75 -
YUV 159.59 166.6 97.62 -
System Red Green Blue C M Y K H S L
Decimal 117 168 228 0.49 0.26 0 0.11 212.43 0.67 0.68
Hex 75 A8 E4 31 1A 0 B D4 43 44
Octal 165 250 344 61 32 0 13 324 103 104
Binary 1110101 10101000 11100100 110001 11010 0 1011 11010100 1000011 1000100

Color Harmonies of #75A8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A8E4

Black with #75A8E4

Text Example


Text Example

White with #75A8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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