Html Css Color HEX #55A0FE Cornflower Blue

📋 copy color: '#55A0FE'

red 85 ◦ green 160 ◦ blue 254

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

Shades of Cornflower Blue #55A0FE

Tints of Cornflower Blue #55A0FE

RGB

 RED value IS 85 (33.59% from 255) = 17.03%

 GREEN value IS 160 (62.89% from 255) = 32.06%

 BLUE value IS 254 (99.61% from 255) = 50.9%

R = 17.03%
G = 32.06%
B = 50.9%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#55A0FE (or 0x55A0FE) is known color: Cornflower Blue. HEX triplet: 55, A0 and FE. RGB value is (85,160,254). Sum of RGB (Red+Green+Blue) = 85+160+254=499 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17.03% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #55A0FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A0FE is #AA5F01. Grayscale: #939393. Windows color (decimal): -11165442 or 16687189. OLE color: 16687189.

HSL color Cylindrical-coordinate representation of color #55A0FE: hue angle of 213.37º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55A0FE is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 160 254 -
CMYK 0.67 0.37 0 0.00
HSL 213.37º 0.99% 0.66% -
HSV(B) 213.37º 0.67% 1% -
XYZ 34.21 34.23 98.57 -
YUV 148.29 187.65 82.86 -
System Red Green Blue C M Y K H S L
Decimal 85 160 254 0.67 0.37 0 0.00 213.37 0.99 0.66
Hex 55 A0 FE 43 25 0 0 D5 63 42
Octal 125 240 376 103 45 0 0 325 143 102
Binary 1010101 10100000 11111110 1000011 100101 0 0 11010101 1100011 1000010

Color Harmonies of #55A0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A0FE

Black with #55A0FE

Text Example


Text Example

White with #55A0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A0FE; }

 p { color: rgb(85,160,254); }

 H1.HeaderClassName
 {
   color: #55A0FE;
 }
 .AnyTagClassName
 {
   color: #55A0FE;
 }
</style>

background-color css

<style>
 a { background-color: #55A0FE; }

 a { background-color: rgb(85,160,254); }

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

border-color css

<style>
 span { border-color: #55A0FE; }

 span { border-color: rgb(85,160,254); }

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