Html Css Color HEX #74A2DA Jordy Blue

📋 copy color: '#74A2DA'

red 116 ◦ green 162 ◦ blue 218

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

Shades of Jordy Blue #74A2DA

Tints of Jordy Blue #74A2DA

RGB

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

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

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

R = 23.39%
G = 32.66%
B = 43.95%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#74A2DA (or 0x74A2DA) is known color: Jordy Blue. HEX triplet: 74, A2 and DA. RGB value is (116,162,218). Sum of RGB (Red+Green+Blue) = 116+162+218=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #74A2DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A2DA is #8B5D25. Grayscale: #9A9A9A. Windows color (decimal): -9133350 or 14328436. OLE color: 14328436.

HSL color Cylindrical-coordinate representation of color #74A2DA: hue angle of 212.94º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74A2DA is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 162 218 -
CMYK 0.47 0.26 0 0.15
HSL 212.94º 0.58% 0.65% -
HSV(B) 212.94º 0.47% 0.85% -
XYZ 32.78 34.62 71.28 -
YUV 154.63 163.76 100.45 -
System Red Green Blue C M Y K H S L
Decimal 116 162 218 0.47 0.26 0 0.15 212.94 0.58 0.65
Hex 74 A2 DA 2F 1A 0 F D5 3A 41
Octal 164 242 332 57 32 0 17 325 72 101
Binary 1110100 10100010 11011010 101111 11010 0 1111 11010101 111010 1000001

Color Harmonies of #74A2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A2DA

Black with #74A2DA

Text Example


Text Example

White with #74A2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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