Html Css Color HEX #74A0FC Cornflower Blue

📋 copy color: '#74A0FC'

red 116 ◦ green 160 ◦ blue 252

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

Shades of Cornflower Blue #74A0FC

Tints of Cornflower Blue #74A0FC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.3%

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

R = 21.97%
G = 30.3%
B = 47.73%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#74A0FC (or 0x74A0FC) is known color: Cornflower Blue. HEX triplet: 74, A0 and FC. RGB value is (116,160,252). Sum of RGB (Red+Green+Blue) = 116+160+252=528 (69% of max value = 765). Red value is 116 (45.70% from 255 or 21.97% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #74A0FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A0FC is #8B5F03. Grayscale: #9C9C9C. Windows color (decimal): -9133828 or 16556148. OLE color: 16556148.

HSL color Cylindrical-coordinate representation of color #74A0FC: hue angle of 220.59º 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 #74A0FC is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 160 252 -
CMYK 0.54 0.37 0 0.01
HSL 220.59º 0.96% 0.72% -
HSV(B) 220.59º 0.54% 0.99% -
XYZ 37.34 35.88 97.05 -
YUV 157.33 181.42 98.52 -
System Red Green Blue C M Y K H S L
Decimal 116 160 252 0.54 0.37 0 0.01 220.59 0.96 0.72
Hex 74 A0 FC 36 25 0 1 DD 60 48
Octal 164 240 374 66 45 0 1 335 140 110
Binary 1110100 10100000 11111100 110110 100101 0 1 11011101 1100000 1001000

Color Harmonies of #74A0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A0FC

Black with #74A0FC

Text Example


Text Example

White with #74A0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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