Html Css Color HEX #74ACF8 Jordy Blue

📋 copy color: '#74ACF8'

red 116 ◦ green 172 ◦ blue 248

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

Shades of Jordy Blue #74ACF8

Tints of Jordy Blue #74ACF8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.09%

 BLUE value IS 248 (97.27% from 255) = 46.27%

R = 21.64%
G = 32.09%
B = 46.27%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#74ACF8 (or 0x74ACF8) is known color: Jordy Blue. HEX triplet: 74, AC and F8. RGB value is (116,172,248). Sum of RGB (Red+Green+Blue) = 116+172+248=536 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.64% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: blue. Hex color #74ACF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ACF8 is #8B5307. Grayscale: #A3A3A3. Windows color (decimal): -9130760 or 16297076. OLE color: 16297076.

HSL color Cylindrical-coordinate representation of color #74ACF8: hue angle of 214.55º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74ACF8 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 116 172 248 -
CMYK 0.53 0.31 0 0.03
HSL 214.55º 0.9% 0.71% -
HSV(B) 214.55º 0.53% 0.97% -
XYZ 38.9 40 94.48 -
YUV 163.92 175.45 93.82 -
System Red Green Blue C M Y K H S L
Decimal 116 172 248 0.53 0.31 0 0.03 214.55 0.9 0.71
Hex 74 AC F8 35 1F 0 3 D7 5A 47
Octal 164 254 370 65 37 0 3 327 132 107
Binary 1110100 10101100 11111000 110101 11111 0 11 11010111 1011010 1000111

Color Harmonies of #74ACF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ACF8

Black with #74ACF8

Text Example


Text Example

White with #74ACF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,172,248); }

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

background-color css

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

 a { background-color: rgb(116,172,248); }

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

border-color css

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

 span { border-color: rgb(116,172,248); }

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