Html Css Color HEX #74A6DD Jordy Blue

📋 copy color: '#74A6DD'

red 116 ◦ green 166 ◦ blue 221

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

Shades of Jordy Blue #74A6DD

Tints of Jordy Blue #74A6DD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33%

 BLUE value IS 221 (86.72% from 255) = 43.94%

R = 23.06%
G = 33%
B = 43.94%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#74A6DD (or 0x74A6DD) is known color: Jordy Blue. HEX triplet: 74, A6 and DD. RGB value is (116,166,221). Sum of RGB (Red+Green+Blue) = 116+166+221=503 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.06% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #74A6DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A6DD is #8B5922. Grayscale: #9D9D9D. Windows color (decimal): -9132323 or 14526068. OLE color: 14526068.

HSL color Cylindrical-coordinate representation of color #74A6DD: hue angle of 211.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74A6DD is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 166 221 -
CMYK 0.48 0.25 0 0.13
HSL 211.43º 0.61% 0.66% -
HSV(B) 211.43º 0.48% 0.87% -
XYZ 33.89 36.21 73.61 -
YUV 157.32 163.94 98.53 -
System Red Green Blue C M Y K H S L
Decimal 116 166 221 0.48 0.25 0 0.13 211.43 0.61 0.66
Hex 74 A6 DD 30 19 0 D D3 3D 42
Octal 164 246 335 60 31 0 15 323 75 102
Binary 1110100 10100110 11011101 110000 11001 0 1101 11010011 111101 1000010

Color Harmonies of #74A6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A6DD

Black with #74A6DD

Text Example


Text Example

White with #74A6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,166,221); }

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

background-color css

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

 a { background-color: rgb(116,166,221); }

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

border-color css

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

 span { border-color: rgb(116,166,221); }

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