Html Css Color HEX #74A2DB Jordy Blue

📋 copy color: '#74A2DB'

red 116 ◦ green 162 ◦ blue 219

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

Shades of Jordy Blue #74A2DB

Tints of Jordy Blue #74A2DB

RGB

 RED value IS 116 (45.7% from 255) = 23.34%

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

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

R = 23.34%
G = 32.6%
B = 44.06%

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

#74A2DB (or 0x74A2DB) is known color: Jordy Blue. HEX triplet: 74, A2 and DB. RGB value is (116,162,219). Sum of RGB (Red+Green+Blue) = 116+162+219=497 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.34% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #74A2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A2DB is #8B5D24. Grayscale: #9A9A9A. Windows color (decimal): -9133349 or 14393972. OLE color: 14393972.

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

Color convert

RGB 116 162 219 -
CMYK 0.47 0.26 0 0.14
HSL 213.2º 0.59% 0.66% -
HSV(B) 213.2º 0.47% 0.86% -
XYZ 32.91 34.67 71.97 -
YUV 154.74 164.26 100.37 -
System Red Green Blue C M Y K H S L
Decimal 116 162 219 0.47 0.26 0 0.14 213.2 0.59 0.66
Hex 74 A2 DB 2F 1A 0 E D5 3B 42
Octal 164 242 333 57 32 0 16 325 73 102
Binary 1110100 10100010 11011011 101111 11010 0 1110 11010101 111011 1000010

Color Harmonies of #74A2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A2DB

Black with #74A2DB

Text Example


Text Example

White with #74A2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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