Html Css Color HEX #74A8FD Cornflower Blue

📋 copy color: '#74A8FD'

red 116 ◦ green 168 ◦ blue 253

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

Shades of Cornflower Blue #74A8FD

Tints of Cornflower Blue #74A8FD

RGB

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

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

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

R = 21.6%
G = 31.28%
B = 47.11%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#74A8FD (or 0x74A8FD) is known color: Cornflower Blue. HEX triplet: 74, A8 and FD. RGB value is (116,168,253). Sum of RGB (Red+Green+Blue) = 116+168+253=537 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.60% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #74A8FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A8FD is #8B5702. Grayscale: #A1A1A1. Windows color (decimal): -9131779 or 16623732. OLE color: 16623732.

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

Color convert

RGB 116 168 253 -
CMYK 0.54 0.34 0 0.01
HSL 217.23º 0.97% 0.72% -
HSV(B) 217.23º 0.54% 0.99% -
XYZ 38.93 38.81 98.37 -
YUV 162.14 179.27 95.09 -
System Red Green Blue C M Y K H S L
Decimal 116 168 253 0.54 0.34 0 0.01 217.23 0.97 0.72
Hex 74 A8 FD 36 22 0 1 D9 61 48
Octal 164 250 375 66 42 0 1 331 141 110
Binary 1110100 10101000 11111101 110110 100010 0 1 11011001 1100001 1001000

Color Harmonies of #74A8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A8FD

Black with #74A8FD

Text Example


Text Example

White with #74A8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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