Html Css Color HEX #74ABF1 Jordy Blue

📋 copy color: '#74ABF1'

red 116 ◦ green 171 ◦ blue 241

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

Shades of Jordy Blue #74ABF1

Tints of Jordy Blue #74ABF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.64%

R = 21.97%
G = 32.39%
B = 45.64%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#74ABF1 (or 0x74ABF1) is known color: Jordy Blue. HEX triplet: 74, AB and F1. RGB value is (116,171,241). Sum of RGB (Red+Green+Blue) = 116+171+241=528 (69% of max value = 765). Red value is 116 (45.70% from 255 or 21.97% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #74ABF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ABF1 is #8B540E. Grayscale: #A2A2A2. Windows color (decimal): -9131023 or 15838068. OLE color: 15838068.

HSL color Cylindrical-coordinate representation of color #74ABF1: hue angle of 213.6º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74ABF1 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 171 241 -
CMYK 0.52 0.29 0 0.05
HSL 213.6º 0.82% 0.7% -
HSV(B) 213.6º 0.52% 0.95% -
XYZ 37.64 39.19 88.8 -
YUV 162.54 172.28 94.81 -
System Red Green Blue C M Y K H S L
Decimal 116 171 241 0.52 0.29 0 0.05 213.6 0.82 0.7
Hex 74 AB F1 34 1D 0 5 D6 52 46
Octal 164 253 361 64 35 0 5 326 122 106
Binary 1110100 10101011 11110001 110100 11101 0 101 11010110 1010010 1000110

Color Harmonies of #74ABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ABF1

Black with #74ABF1

Text Example


Text Example

White with #74ABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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