Html Css Color HEX #74A8FC Cornflower Blue

📋 copy color: '#74A8FC'

red 116 ◦ green 168 ◦ blue 252

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

Shades of Cornflower Blue #74A8FC

Tints of Cornflower Blue #74A8FC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.34%

 BLUE value IS 252 (98.83% from 255) = 47.01%

R = 21.64%
G = 31.34%
B = 47.01%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#74A8FC (or 0x74A8FC) is known color: Cornflower Blue. HEX triplet: 74, A8 and FC. RGB value is (116,168,252). Sum of RGB (Red+Green+Blue) = 116+168+252=536 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.64% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #74A8FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A8FC is #8B5703. Grayscale: #A1A1A1. Windows color (decimal): -9131780 or 16558196. OLE color: 16558196.

HSL color Cylindrical-coordinate representation of color #74A8FC: hue angle of 217.06º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74A8FC is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 168 252 -
CMYK 0.54 0.33 0 0.01
HSL 217.06º 0.96% 0.72% -
HSV(B) 217.06º 0.54% 0.99% -
XYZ 38.78 38.75 97.53 -
YUV 162.03 178.77 95.17 -
System Red Green Blue C M Y K H S L
Decimal 116 168 252 0.54 0.33 0 0.01 217.06 0.96 0.72
Hex 74 A8 FC 36 21 0 1 D9 60 48
Octal 164 250 374 66 41 0 1 331 140 110
Binary 1110100 10101000 11111100 110110 100001 0 1 11011001 1100000 1001000

Color Harmonies of #74A8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A8FC

Black with #74A8FC

Text Example


Text Example

White with #74A8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,168,252); }

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

background-color css

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

 a { background-color: rgb(116,168,252); }

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

border-color css

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

 span { border-color: rgb(116,168,252); }

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