Html Css Color HEX #54A2FB Cornflower Blue

📋 copy color: '#54A2FB'

red 84 ◦ green 162 ◦ blue 251

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

Shades of Cornflower Blue #54A2FB

Tints of Cornflower Blue #54A2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.5%

R = 16.9%
G = 32.6%
B = 50.5%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#54A2FB (or 0x54A2FB) is known color: Cornflower Blue. HEX triplet: 54, A2 and FB. RGB value is (84,162,251). Sum of RGB (Red+Green+Blue) = 84+162+251=497 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.90% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #54A2FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A2FB is #AB5D04. Grayscale: #949494. Windows color (decimal): -11230469 or 16491092. OLE color: 16491092.

HSL color Cylindrical-coordinate representation of color #54A2FB: hue angle of 211.98º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54A2FB is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 162 251 -
CMYK 0.67 0.35 0 0.02
HSL 211.98º 0.95% 0.66% -
HSV(B) 211.98º 0.67% 0.98% -
XYZ 33.99 34.69 96.17 -
YUV 148.82 185.66 81.76 -
System Red Green Blue C M Y K H S L
Decimal 84 162 251 0.67 0.35 0 0.02 211.98 0.95 0.66
Hex 54 A2 FB 43 23 0 2 D4 5F 42
Octal 124 242 373 103 43 0 2 324 137 102
Binary 1010100 10100010 11111011 1000011 100011 0 10 11010100 1011111 1000010

Color Harmonies of #54A2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A2FB

Black with #54A2FB

Text Example


Text Example

White with #54A2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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