Html Css Color HEX #74A5FD Cornflower Blue

📋 copy color: '#74A5FD'

red 116 ◦ green 165 ◦ blue 253

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

Shades of Cornflower Blue #74A5FD

Tints of Cornflower Blue #74A5FD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.9%

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

R = 21.72%
G = 30.9%
B = 47.38%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#74A5FD (or 0x74A5FD) is known color: Cornflower Blue. HEX triplet: 74, A5 and FD. RGB value is (116,165,253). Sum of RGB (Red+Green+Blue) = 116+165+253=534 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.72% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #74A5FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A5FD is #8B5A02. Grayscale: #9F9F9F. Windows color (decimal): -9132547 or 16622964. OLE color: 16622964.

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

Color convert

RGB 116 165 253 -
CMYK 0.54 0.35 0 0.01
HSL 218.54º 0.97% 0.72% -
HSV(B) 218.54º 0.54% 0.99% -
XYZ 38.39 37.72 98.19 -
YUV 160.38 180.27 96.34 -
System Red Green Blue C M Y K H S L
Decimal 116 165 253 0.54 0.35 0 0.01 218.54 0.97 0.72
Hex 74 A5 FD 36 23 0 1 DB 61 48
Octal 164 245 375 66 43 0 1 333 141 110
Binary 1110100 10100101 11111101 110110 100011 0 1 11011011 1100001 1001000

Color Harmonies of #74A5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A5FD

Black with #74A5FD

Text Example


Text Example

White with #74A5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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