Html Css Color HEX #74A0FD Cornflower Blue

📋 copy color: '#74A0FD'

red 116 ◦ green 160 ◦ blue 253

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

Shades of Cornflower Blue #74A0FD

Tints of Cornflower Blue #74A0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.83%

R = 21.93%
G = 30.25%
B = 47.83%

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

#74A0FD (or 0x74A0FD) is known color: Cornflower Blue. HEX triplet: 74, A0 and FD. RGB value is (116,160,253). Sum of RGB (Red+Green+Blue) = 116+160+253=529 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.93% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #74A0FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A0FD is #8B5F02. Grayscale: #9D9D9D. Windows color (decimal): -9133827 or 16621684. OLE color: 16621684.

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

Color convert

RGB 116 160 253 -
CMYK 0.54 0.37 0 0.01
HSL 220.73º 0.97% 0.72% -
HSV(B) 220.73º 0.54% 0.99% -
XYZ 37.5 35.95 97.89 -
YUV 157.45 181.92 98.44 -
System Red Green Blue C M Y K H S L
Decimal 116 160 253 0.54 0.37 0 0.01 220.73 0.97 0.72
Hex 74 A0 FD 36 25 0 1 DD 61 48
Octal 164 240 375 66 45 0 1 335 141 110
Binary 1110100 10100000 11111101 110110 100101 0 1 11011101 1100001 1001000

Color Harmonies of #74A0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A0FD

Black with #74A0FD

Text Example


Text Example

White with #74A0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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