Html Css Color HEX #74ABDD Jordy Blue

📋 copy color: '#74ABDD'

red 116 ◦ green 171 ◦ blue 221

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

Shades of Jordy Blue #74ABDD

Tints of Jordy Blue #74ABDD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.66%

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

R = 22.83%
G = 33.66%
B = 43.5%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#74ABDD (or 0x74ABDD) is known color: Jordy Blue. HEX triplet: 74, AB and DD. RGB value is (116,171,221). Sum of RGB (Red+Green+Blue) = 116+171+221=508 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.83% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #74ABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ABDD is #8B5422. Grayscale: #A0A0A0. Windows color (decimal): -9131043 or 14527348. OLE color: 14527348.

HSL color Cylindrical-coordinate representation of color #74ABDD: hue angle of 208.57º 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 #74ABDD is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 171 221 -
CMYK 0.48 0.23 0 0.13
HSL 208.57º 0.61% 0.66% -
HSV(B) 208.57º 0.48% 0.87% -
XYZ 34.82 38.06 73.92 -
YUV 160.26 162.28 96.43 -
System Red Green Blue C M Y K H S L
Decimal 116 171 221 0.48 0.23 0 0.13 208.57 0.61 0.66
Hex 74 AB DD 30 17 0 D D1 3D 42
Octal 164 253 335 60 27 0 15 321 75 102
Binary 1110100 10101011 11011101 110000 10111 0 1101 11010001 111101 1000010

Color Harmonies of #74ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ABDD

Black with #74ABDD

Text Example


Text Example

White with #74ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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