Html Css Color HEX #74A2DC Jordy Blue

📋 copy color: '#74A2DC'

red 116 ◦ green 162 ◦ blue 220

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

Shades of Jordy Blue #74A2DC

Tints of Jordy Blue #74A2DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.18%

R = 23.29%
G = 32.53%
B = 44.18%

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

#74A2DC (or 0x74A2DC) is known color: Jordy Blue. HEX triplet: 74, A2 and DC. RGB value is (116,162,220). Sum of RGB (Red+Green+Blue) = 116+162+220=498 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.29% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #74A2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A2DC is #8B5D23. Grayscale: #9A9A9A. Windows color (decimal): -9133348 or 14459508. OLE color: 14459508.

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

Color convert

RGB 116 162 220 -
CMYK 0.47 0.26 0 0.14
HSL 213.46º 0.6% 0.66% -
HSV(B) 213.46º 0.47% 0.86% -
XYZ 33.04 34.72 72.67 -
YUV 154.86 164.76 100.28 -
System Red Green Blue C M Y K H S L
Decimal 116 162 220 0.47 0.26 0 0.14 213.46 0.6 0.66
Hex 74 A2 DC 2F 1A 0 E D5 3C 42
Octal 164 242 334 57 32 0 16 325 74 102
Binary 1110100 10100010 11011100 101111 11010 0 1110 11010101 111100 1000010

Color Harmonies of #74A2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A2DC

Black with #74A2DC

Text Example


Text Example

White with #74A2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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