Html Css Color HEX #54A2F6 Cornflower Blue

📋 copy color: '#54A2F6'

red 84 ◦ green 162 ◦ blue 246

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

Shades of Cornflower Blue #54A2F6

Tints of Cornflower Blue #54A2F6

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.93%

 BLUE value IS 246 (96.48% from 255) = 50%

R = 17.07%
G = 32.93%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#54A2F6 (or 0x54A2F6) is known color: Cornflower Blue. HEX triplet: 54, A2 and F6. RGB value is (84,162,246). Sum of RGB (Red+Green+Blue) = 84+162+246=492 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.07% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 246 (96.48% from 255 or 50% from 492); Max value from RGB is 246 - color contains mainly: blue. Hex color #54A2F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A2F6 is #AB5D09. Grayscale: #939393. Windows color (decimal): -11230474 or 16163412. OLE color: 16163412.

HSL color Cylindrical-coordinate representation of color #54A2F6: hue angle of 211.11º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54A2F6 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 84 162 246 -
CMYK 0.66 0.34 0 0.04
HSL 211.11º 0.9% 0.65% -
HSV(B) 211.11º 0.66% 0.96% -
XYZ 33.21 34.38 92.07 -
YUV 148.25 183.16 82.17 -
System Red Green Blue C M Y K H S L
Decimal 84 162 246 0.66 0.34 0 0.04 211.11 0.9 0.65
Hex 54 A2 F6 42 22 0 4 D3 5A 41
Octal 124 242 366 102 42 0 4 323 132 101
Binary 1010100 10100010 11110110 1000010 100010 0 100 11010011 1011010 1000001

Color Harmonies of #54A2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A2F6

Black with #54A2F6

Text Example


Text Example

White with #54A2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54A2F6; }

 p { color: rgb(84,162,246); }

 H1.HeaderClassName
 {
   color: #54A2F6;
 }
 .AnyTagClassName
 {
   color: #54A2F6;
 }
</style>

background-color css

<style>
 a { background-color: #54A2F6; }

 a { background-color: rgb(84,162,246); }

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

border-color css

<style>
 span { border-color: #54A2F6; }

 span { border-color: rgb(84,162,246); }

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