Html Css Color HEX #74A3FF Cornflower Blue

📋 copy color: '#74A3FF'

red 116 ◦ green 163 ◦ blue 255

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

Shades of Cornflower Blue #74A3FF

Tints of Cornflower Blue #74A3FF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.52%

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

R = 21.72%
G = 30.52%
B = 47.75%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#74A3FF (or 0x74A3FF) is known color: Cornflower Blue. HEX triplet: 74, A3 and FF. RGB value is (116,163,255). Sum of RGB (Red+Green+Blue) = 116+163+255=534 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.72% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #74A3FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A3FF is #8B5C00. Grayscale: #9F9F9F. Windows color (decimal): -9133057 or 16753524. OLE color: 16753524.

HSL color Cylindrical-coordinate representation of color #74A3FF: hue angle of 219.71º 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 #74A3FF is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 163 255 -
CMYK 0.55 0.36 0 0
HSL 219.71º 1% 0.73% -
HSV(B) 219.71º 0.55% 1% -
XYZ 38.35 37.13 99.75 -
YUV 159.44 181.93 97.02 -
System Red Green Blue C M Y K H S L
Decimal 116 163 255 0.55 0.36 0 0 219.71 1 0.73
Hex 74 A3 FF 37 24 0 0 DC 64 49
Octal 164 243 377 67 44 0 0 334 144 111
Binary 1110100 10100011 11111111 110111 100100 0 0 11011100 1100100 1001001

Color Harmonies of #74A3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A3FF

Black with #74A3FF

Text Example


Text Example

White with #74A3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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