Html Css Color HEX #74A1FF Cornflower Blue

📋 copy color: '#74A1FF'

red 116 ◦ green 161 ◦ blue 255

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

Shades of Cornflower Blue #74A1FF

Tints of Cornflower Blue #74A1FF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.26%

 BLUE value IS 255 (100% from 255) = 47.93%

R = 21.8%
G = 30.26%
B = 47.93%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#74A1FF (or 0x74A1FF) is known color: Cornflower Blue. HEX triplet: 74, A1 and FF. RGB value is (116,161,255). Sum of RGB (Red+Green+Blue) = 116+161+255=532 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.80% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #74A1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A1FF is #8B5E00. Grayscale: #9D9D9D. Windows color (decimal): -9133569 or 16753012. OLE color: 16753012.

HSL color Cylindrical-coordinate representation of color #74A1FF: hue angle of 220.58º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74A1FF is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 161 255 -
CMYK 0.55 0.37 0 0
HSL 220.58º 1% 0.73% -
HSV(B) 220.58º 0.55% 1% -
XYZ 38 36.42 99.64 -
YUV 158.26 182.59 97.86 -
System Red Green Blue C M Y K H S L
Decimal 116 161 255 0.55 0.37 0 0 220.58 1 0.73
Hex 74 A1 FF 37 25 0 0 DD 64 49
Octal 164 241 377 67 45 0 0 335 144 111
Binary 1110100 10100001 11111111 110111 100101 0 0 11011101 1100100 1001001

Color Harmonies of #74A1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A1FF

Black with #74A1FF

Text Example


Text Example

White with #74A1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,161,255); }

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

background-color css

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

 a { background-color: rgb(116,161,255); }

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

border-color css

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

 span { border-color: rgb(116,161,255); }

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