Html Css Color HEX #75A2DB Jordy Blue

📋 copy color: '#75A2DB'

red 117 ◦ green 162 ◦ blue 219

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

Shades of Jordy Blue #75A2DB

Tints of Jordy Blue #75A2DB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.53%

 BLUE value IS 219 (85.94% from 255) = 43.98%

R = 23.49%
G = 32.53%
B = 43.98%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#75A2DB (or 0x75A2DB) is known color: Jordy Blue. HEX triplet: 75, A2 and DB. RGB value is (117,162,219). Sum of RGB (Red+Green+Blue) = 117+162+219=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #75A2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A2DB is #8A5D24. Grayscale: #9A9A9A. Windows color (decimal): -9067813 or 14393973. OLE color: 14393973.

HSL color Cylindrical-coordinate representation of color #75A2DB: hue angle of 213.53º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75A2DB is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 162 219 -
CMYK 0.47 0.26 0 0.14
HSL 213.53º 0.59% 0.66% -
HSV(B) 213.53º 0.47% 0.86% -
XYZ 33.04 34.74 71.98 -
YUV 155.04 164.09 100.87 -
System Red Green Blue C M Y K H S L
Decimal 117 162 219 0.47 0.26 0 0.14 213.53 0.59 0.66
Hex 75 A2 DB 2F 1A 0 E D6 3B 42
Octal 165 242 333 57 32 0 16 326 73 102
Binary 1110101 10100010 11011011 101111 11010 0 1110 11010110 111011 1000010

Color Harmonies of #75A2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A2DB

Black with #75A2DB

Text Example


Text Example

White with #75A2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,162,219); }

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

background-color css

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

 a { background-color: rgb(117,162,219); }

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

border-color css

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

 span { border-color: rgb(117,162,219); }

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