Html Css Color HEX #5494FD Cornflower Blue

📋 copy color: '#5494FD'

red 84 ◦ green 148 ◦ blue 253

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

Shades of Cornflower Blue #5494FD

Tints of Cornflower Blue #5494FD

RGB

 RED value IS 84 (33.2% from 255) = 17.32%

 GREEN value IS 148 (58.2% from 255) = 30.52%

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

R = 17.32%
G = 30.52%
B = 52.16%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5494FD (or 0x5494FD) is known color: Cornflower Blue. HEX triplet: 54, 94 and FD. RGB value is (84,148,253). Sum of RGB (Red+Green+Blue) = 84+148+253=485 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.32% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #5494FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5494FD is #AB6B02. Grayscale: #8C8C8C. Windows color (decimal): -11234051 or 16618580. OLE color: 16618580.

HSL color Cylindrical-coordinate representation of color #5494FD: hue angle of 217.28º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5494FD is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 84 148 253 -
CMYK 0.67 0.42 0 0.01
HSL 217.28º 0.98% 0.66% -
HSV(B) 217.28º 0.67% 0.99% -
XYZ 31.98 30.16 97.06 -
YUV 140.83 191.3 87.46 -
System Red Green Blue C M Y K H S L
Decimal 84 148 253 0.67 0.42 0 0.01 217.28 0.98 0.66
Hex 54 94 FD 43 2A 0 1 D9 62 42
Octal 124 224 375 103 52 0 1 331 142 102
Binary 1010100 10010100 11111101 1000011 101010 0 1 11011001 1100010 1000010

Color Harmonies of #5494FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5494FD

Black with #5494FD

Text Example


Text Example

White with #5494FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5494FD; }

 p { color: rgb(84,148,253); }

 H1.HeaderClassName
 {
   color: #5494FD;
 }
 .AnyTagClassName
 {
   color: #5494FD;
 }
</style>

background-color css

<style>
 a { background-color: #5494FD; }

 a { background-color: rgb(84,148,253); }

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

border-color css

<style>
 span { border-color: #5494FD; }

 span { border-color: rgb(84,148,253); }

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