Html Css Color HEX #55A1FC Cornflower Blue

📋 copy color: '#55A1FC'

red 85 ◦ green 161 ◦ blue 252

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

Shades of Cornflower Blue #55A1FC

Tints of Cornflower Blue #55A1FC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.33%

 BLUE value IS 252 (98.83% from 255) = 50.6%

R = 17.07%
G = 32.33%
B = 50.6%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#55A1FC (or 0x55A1FC) is known color: Cornflower Blue. HEX triplet: 55, A1 and FC. RGB value is (85,161,252). Sum of RGB (Red+Green+Blue) = 85+161+252=498 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.07% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #55A1FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A1FC is #AA5E03. Grayscale: #949494. Windows color (decimal): -11165188 or 16556373. OLE color: 16556373.

HSL color Cylindrical-coordinate representation of color #55A1FC: hue angle of 212.69º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55A1FC is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 161 252 -
CMYK 0.66 0.36 0 0.01
HSL 212.69º 0.97% 0.66% -
HSV(B) 212.69º 0.66% 0.99% -
XYZ 34.06 34.45 96.95 -
YUV 148.65 186.32 82.6 -
System Red Green Blue C M Y K H S L
Decimal 85 161 252 0.66 0.36 0 0.01 212.69 0.97 0.66
Hex 55 A1 FC 42 24 0 1 D5 61 42
Octal 125 241 374 102 44 0 1 325 141 102
Binary 1010101 10100001 11111100 1000010 100100 0 1 11010101 1100001 1000010

Color Harmonies of #55A1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A1FC

Black with #55A1FC

Text Example


Text Example

White with #55A1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,161,252); }

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

background-color css

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

 a { background-color: rgb(85,161,252); }

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

border-color css

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

 span { border-color: rgb(85,161,252); }

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